public class EncryptionKeyEncoder extends Object
Constructor and Description |
---|
EncryptionKeyEncoder() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
encode(EncryptionKey key)
Encodes an
EncryptionKey into a byte array. |
protected static org.apache.directory.shared.asn1.der.DERSequence |
encodeSequence(EncryptionKey key) |
public static byte[] encode(EncryptionKey key) throws IOException
EncryptionKey
into a byte array.key
- IOException
protected static org.apache.directory.shared.asn1.der.DERSequence encodeSequence(EncryptionKey key)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.