|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PKCS11PublicKey
The interface to a PKCS11 public key, as defined in the PKCS#11 standard
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
java.lang.Boolean |
getEncrypt()
Returns encrypt |
byte[] |
getSubject()
Returns the subject. |
java.lang.Boolean |
getVerify()
Returns verify |
java.lang.Boolean |
getVerifyRecover()
Returns verify recover |
java.lang.Boolean |
getWrap()
Returns wrap |
Methods inherited from interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key |
---|
getDerive, getEndDate, getID, getKeyType, getLabel, getLocal, getModifiable, getObject, getPrivate, getSession, getStartDate, getToken |
Methods inherited from interface java.security.Key |
---|
getAlgorithm, getEncoded, getFormat |
Methods inherited from interface java.security.Key |
---|
getAlgorithm, getEncoded, getFormat |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
byte[] getSubject()
java.lang.Boolean getEncrypt()
java.lang.Boolean getVerify()
java.lang.Boolean getVerifyRecover()
java.lang.Boolean getWrap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |