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

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

public class EncryptionKeyDecoder
extends java.lang.Object


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

Constructor Detail

EncryptionKeyDecoder

public EncryptionKeyDecoder()
Method Detail

decode

protected static EncryptionKey decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
EncryptionKey ::= SEQUENCE { keytype[0] INTEGER, keyvalue[1] OCTET STRING }



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