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


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 }



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