RouterMasterKeyPBImpl@Private
@Unstable
public abstract class RouterMasterKey
extends java.lang.Object
| Constructor | Description |
|---|---|
RouterMasterKey() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
abstract java.lang.Long |
getExpiryDate() |
Get the ExpiryDate of the DelegationKey.
|
abstract java.nio.ByteBuffer |
getKeyBytes() |
Get the keyBytes of the DelegationKey.
|
abstract java.lang.Integer |
getKeyId() |
Get the keyId of the MasterKey.
|
int |
hashCode() |
|
static RouterMasterKey |
newInstance(java.lang.Integer keyId,
java.nio.ByteBuffer keyBytes,
java.lang.Long expiryDate) |
|
static RouterMasterKey |
newInstance(RouterMasterKey masterKey) |
|
abstract void |
setExpiryDate(java.lang.Long expiryDate) |
Set the expiryDate of the DelegationKey.
|
abstract void |
setKeyBytes(java.nio.ByteBuffer keyBytes) |
Set the keyBytes of the DelegationKey.
|
abstract void |
setKeyId(java.lang.Integer keyId) |
Set the keyId of the MasterKey.
|
java.lang.String |
toString() |
@Private @Unstable public static RouterMasterKey newInstance(java.lang.Integer keyId, java.nio.ByteBuffer keyBytes, java.lang.Long expiryDate)
@Private @Unstable public static RouterMasterKey newInstance(RouterMasterKey masterKey)
@Public @Unstable public abstract java.lang.Integer getKeyId()
@Private @Unstable public abstract void setKeyId(java.lang.Integer keyId)
keyId - MasterKeyId.@Public @Unstable public abstract java.nio.ByteBuffer getKeyBytes()
@Private @Unstable public abstract void setKeyBytes(java.nio.ByteBuffer keyBytes)
keyBytes - KeyBytes of the DelegationKey.@Private @Unstable public abstract java.lang.Long getExpiryDate()
@Private @Unstable public abstract void setExpiryDate(java.lang.Long expiryDate)
expiryDate - expiryDate of the DelegationKey.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.