public abstract class SecurePrivateKey
extends java.lang.Object
implements com.entrust.toolkit.security.provider.EntrustPrivateKey
Note: Although this class implements the Serializable interface
(by extending java.security.Key interface), this class is in
fact NOT serializable. Any attempt to serialize will result in a
java.io.IOException.
| Constructor and Description |
|---|
SecurePrivateKey() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Returns
null since this private key implementation does not
support encoding. |
java.lang.String |
getFormat()
Returns
null since this private key implementation does not
support encoding. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroyCriticalData, getTypepublic final byte[] getEncoded()
null since this private key implementation does not
support encoding.getEncoded in interface java.security.Keynull (encoding is not supported)public final java.lang.String getFormat()
null since this private key implementation does not
support encoding.getFormat in interface java.security.Keynull (encoding is not supported)