Interface MasterKey
- All Known Implementing Classes:
MasterKeyPBImpl
public interface MasterKey
-
Method Summary
Modifier and TypeMethodDescriptiongetBytes()intgetKeyId()voidsetBytes(ByteBuffer bytes) voidsetKeyId(int keyId)
-
Method Details
-
getKeyId
int getKeyId() -
setKeyId
void setKeyId(int keyId) -
getBytes
ByteBuffer getBytes() -
setBytes
-