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

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

public class ChecksumDecoder
extends java.lang.Object


Constructor Summary
ChecksumDecoder()
           
 
Method Summary
static Checksum decode(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(DERSequence sequence)
Checksum ::= SEQUENCE { cksumtype[0] INTEGER, checksum[1] OCTET STRING }