|
JSS 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.pkcs11.PK11Key | +--org.mozilla.jss.pkcs11.PK11PrivKey
Fields inherited from class org.mozilla.jss.pkcs11.PK11Key |
keyProxy |
Constructor Summary | |
protected |
PK11PrivKey(byte[] pointer)
|
Method Summary | |
KeyType |
getKeyType()
|
CryptoToken |
getOwningToken()
Returns a new CryptoToken where this key resides. |
int |
getStrength()
Returns the size in bits of the modulus of an RSA Private key. |
PrivateKey.Type |
getType()
|
byte[] |
getUniqueID()
|
void |
verifyKeyIsOnToken(PK11Token token)
Make sure this key lives on the given token. |
Methods inherited from class org.mozilla.jss.pkcs11.PK11Key |
getAlgorithm,
getEncoded,
getFormat,
readObject,
writeObject |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
protected PK11PrivKey(byte[] pointer)
Method Detail |
public void verifyKeyIsOnToken(PK11Token token) throws NoSuchItemOnTokenException
public CryptoToken getOwningToken()
public byte[] getUniqueID() throws TokenException
public KeyType getKeyType()
public PrivateKey.Type getType()
public int getStrength()
|
JSS 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |