org.apache.directory.server.kerberos.shared.io.decoder
Class ChecksumDecoder

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.decoder.ChecksumDecoder

public class ChecksumDecoder
extends java.lang.Object

Version:
$Rev: 588239 $, $Date: 2007-10-25 16:24:28 +0200 (Do, 25 Okt 2007) $
Author:
Apache Directory Project

Constructor Summary
ChecksumDecoder()
           
 
Method Summary
static Checksum decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
          Checksum ::= SEQUENCE { cksumtype[0] INTEGER, checksum[1] OCTET STRING }
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChecksumDecoder

public ChecksumDecoder()
Method Detail

decode

public static Checksum decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
Checksum ::= SEQUENCE { cksumtype[0] INTEGER, checksum[1] OCTET STRING }

Parameters:
sequence -
Returns:
The Checksum.


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.