|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.crypto.pkcs11impl.provider.PKCS11KeySpec
public class PKCS11KeySpec
This class specifies a PKCS11 key via it's PKCS11 Object.
Constructor Summary | |
---|---|
PKCS11KeySpec(com.ibm.pkcs11.PKCS11Object key)
Uses the PKCS11Object to build a PKCS11 key. |
Method Summary | |
---|---|
com.ibm.pkcs11.PKCS11Object |
getObject()
Returns the key material. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PKCS11KeySpec(com.ibm.pkcs11.PKCS11Object key)
key
- the PKCS11Object that contains the key material.Method Detail |
---|
public com.ibm.pkcs11.PKCS11Object getObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |