|
||||||||||
| 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
public class EncryptionTypeInfoEncoder
| Constructor Summary | |
|---|---|
EncryptionTypeInfoEncoder()
|
|
| Method Summary | |
|---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
encode(EncryptionTypeInfoEntry entry)
ETYPE-INFO-ENTRY ::= SEQUENCE { etype [0] Int32, salt [1] OCTET STRING OPTIONAL } |
static byte[] |
encode(EncryptionTypeInfoEntry[] entries)
Encodes an array of EncryptionTypeInfoEntrys into a byte array. |
protected static org.apache.directory.shared.asn1.der.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
EncryptionTypeInfoEntrys into a byte array.
entries -
java.io.IOExceptionprotected static org.apache.directory.shared.asn1.der.DERSequence encodeSequence(EncryptionTypeInfoEntry[] entries)
protected static org.apache.directory.shared.asn1.der.DERSequence encode(EncryptionTypeInfoEntry entry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||