Private
Constructors
Functions
Returns a Base16 (uppercase) encoded CharArray of the raw key value.
Returns a Base16 (uppercase) encoded CharArray of the raw key value, or null if the key does not support encoding or Key.Private.isDestroyed is true.
Returns a Base16 (uppercase) encoded String of the raw key value, or null if the key does not support encoding or Key.Private.isDestroyed is true.
Returns a Base32 (uppercase & no padding) encoded CharArray of the raw key value.
Returns a Base32 (uppercase & no padding) encoded CharArray of the raw key value, or null if the key does not support encoding or Key.Private.isDestroyed is true.
Returns a Base32 (uppercase & no padding) encoded String of the raw key value, or null if the key does not support encoding or Key.Private.isDestroyed is true.
Returns a Base64 (no padding) encoded CharArray of the raw key value.
Returns a Base64 (no padding) encoded CharArray of the raw key value, or null if the key does not support encoding or Key.Private.isDestroyed is true.
Returns a Base64 (no padding) encoded String of the raw key value, or null if the key does not support encoding or Key.Private.isDestroyed is true.
Checks if a Destroyable instance has been destroyed or not.
Creates an IllegalStateException with a default message of
Returns the key in its primary encoding, or null if the key does not support encoding or Key.Private.isDestroyed is true.