public interface MasterKey
| Modifier and Type | Method and Description | 
|---|---|
| ByteBuffer | getBytes() | 
| int | getKeyId() | 
| void | setBytes(ByteBuffer bytes) | 
| void | setKeyId(int keyId) | 
int getKeyId()
void setKeyId(int keyId)
ByteBuffer getBytes()
void setBytes(ByteBuffer bytes)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.