public class DocumentGuardSerializer01 extends Object implements DocumentGuardSerializer
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZER_ID
This is the proprietary format for the serialization of docu guard.
|
| Constructor and Description |
|---|
DocumentGuardSerializer01() |
| Modifier and Type | Method and Description |
|---|---|
DocumentKey |
deserializeSecretKey(byte[] decryptedGuardBytes,
org.adorsys.jkeygen.keystore.KeyStoreType keyStoreType) |
String |
getSerializerID() |
byte[] |
serializeSecretKey(DocumentKey documentKey,
org.adorsys.jkeygen.keystore.KeyStoreType keyStoreType) |
public static final String SERIALIZER_ID
public DocumentKey deserializeSecretKey(byte[] decryptedGuardBytes, org.adorsys.jkeygen.keystore.KeyStoreType keyStoreType)
deserializeSecretKey in interface DocumentGuardSerializerpublic byte[] serializeSecretKey(DocumentKey documentKey, org.adorsys.jkeygen.keystore.KeyStoreType keyStoreType)
serializeSecretKey in interface DocumentGuardSerializerpublic String getSerializerID()
getSerializerID in interface DocumentGuardSerializerCopyright © 2018. All rights reserved.