|
||||||||||
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.EncryptionTypeInfo2Encoder
public class EncryptionTypeInfo2Encoder
Constructor Summary | |
---|---|
EncryptionTypeInfo2Encoder()
|
Method Summary | |
---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
encode(EncryptionTypeInfo2Entry entry)
ETYPE-INFO2-ENTRY ::= SEQUENCE { etype [0] Int32, salt [1] KerberosString OPTIONAL, s2kparams [2] OCTET STRING OPTIONAL } |
static byte[] |
encode(EncryptionTypeInfo2Entry[] entries)
Encodes an array of EncryptionTypeInfo2Entry s into a byte array. |
protected static org.apache.directory.shared.asn1.der.DERSequence |
encodeSequence(EncryptionTypeInfo2Entry[] entries)
ETYPE-INFO2 ::= SEQUENCE SIZE (1..MAX) OF ETYPE-INFO2-ENTRY |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptionTypeInfo2Encoder()
Method Detail |
---|
public static byte[] encode(EncryptionTypeInfo2Entry[] entries) throws java.io.IOException
EncryptionTypeInfo2Entry
s into a byte array.
entries
-
java.io.IOException
protected static org.apache.directory.shared.asn1.der.DERSequence encodeSequence(EncryptionTypeInfo2Entry[] entries)
protected static org.apache.directory.shared.asn1.der.DERSequence encode(EncryptionTypeInfo2Entry entry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |