public class EncryptionTypeInfoEncoder extends Object
Constructor and Description |
---|
EncryptionTypeInfoEncoder() |
Modifier and Type | Method and Description |
---|---|
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
EncryptionTypeInfoEntry s into a byte array. |
protected static org.apache.directory.shared.asn1.der.DERSequence |
encodeSequence(EncryptionTypeInfoEntry[] entries)
ETYPE-INFO ::= SEQUENCE OF ETYPE-INFO-ENTRY
|
public static byte[] encode(EncryptionTypeInfoEntry[] entries) throws IOException
EncryptionTypeInfoEntry
s into a byte array.entries
- IOException
protected static org.apache.directory.shared.asn1.der.DERSequence encodeSequence(EncryptionTypeInfoEntry[] entries)
protected static org.apache.directory.shared.asn1.der.DERSequence encode(EncryptionTypeInfoEntry entry)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.