org.mozilla.jss.pkcs11
Class PK11Key
java.lang.Object
|
+--org.mozilla.jss.pkcs11.PK11Key
- Direct Known Subclasses:
- PK11PrivKey, PK11PubKey
- abstract class PK11Key
- extends java.lang.Object
Constructor Summary |
protected |
PK11Key()
|
Method Summary |
byte[] |
getEncoded()
Subclasses that support encoding can overload this method. |
java.lang.String |
getFormat()
Subclasses that support encoding can overload this method. |
private void |
readObject(java.io.ObjectInputStream in)
|
private void |
writeObject(java.io.ObjectOutputStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyProxy
protected KeyProxy keyProxy
PK11Key
protected PK11Key()
getEncoded
public byte[] getEncoded()
- Subclasses that support encoding can overload this method.
getFormat
public java.lang.String getFormat()
- Subclasses that support encoding can overload this method.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException