public class EncryptedKey extends Object implements Serializable
Constructor and Description |
---|
EncryptedKey(String masterKeystoreId,
String masterKeyAlias,
String algorithm,
ByteBuffer encryptedKeyBytes) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
ByteBuffer |
getByteBuffer() |
ByteBuffer |
getEncryptedKeyBytes() |
String |
getMasterKeyAlias() |
String |
getMasterKeystoreId() |
int |
keySize() |
public EncryptedKey(String masterKeystoreId, String masterKeyAlias, String algorithm, ByteBuffer encryptedKeyBytes)
public String getMasterKeystoreId()
public String getMasterKeyAlias()
public ByteBuffer getEncryptedKeyBytes()
public String getAlgorithm()
public ByteBuffer getByteBuffer()
public int keySize()
Copyright © 2005–2017 Alfresco Software. All rights reserved.