|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.io.encoder.EncryptionTypeInfoEncoder
Constructor Summary | |
EncryptionTypeInfoEncoder()
|
Method Summary | |
protected static DERSequence |
encode(EncryptionTypeInfoEntry entry)
ETYPE-INFO-ENTRY ::= SEQUENCE { etype [0] Int32, salt [1] OCTET STRING OPTIONAL } |
static byte[] |
encode(EncryptionTypeInfoEntry[] entries)
|
protected static DERSequence |
encodeSequence(EncryptionTypeInfoEntry[] entries)
ETYPE-INFO ::= SEQUENCE OF ETYPE-INFO-ENTRY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EncryptionTypeInfoEncoder()
Method Detail |
public static byte[] encode(EncryptionTypeInfoEntry[] entries) throws java.io.IOException
java.io.IOException
protected static DERSequence encodeSequence(EncryptionTypeInfoEntry[] entries)
protected static DERSequence encode(EncryptionTypeInfoEntry entry)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |