public abstract class NativeKey extends Object implements Key
| Modifier and Type | Field and Description |
|---|---|
protected NativeReference |
nativeRef |
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
NativeKey(NativeReference nativeRef,
String algorithm) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Returns the standard algorithm name for this key.
|
int |
getNativeId() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncoded, getFormatprotected NativeReference nativeRef
protected NativeKey(NativeReference nativeRef, String algorithm)
public String getAlgorithm()
KeygetAlgorithm in interface Keypublic int getNativeId()
NativeReference.getNativeId()