|
JSS 3.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.pkcs11.PK11Key | +--org.mozilla.jss.pkcs11.PK11PrivKey | +--org.mozilla.jss.pkcs11.PK11DSAPrivateKey
Nested Class Summary |
Nested classes inherited from class org.mozilla.jss.crypto.PrivateKey |
PrivateKey.Type |
Field Summary |
Fields inherited from class org.mozilla.jss.pkcs11.PK11PrivKey |
keyProxy |
Fields inherited from interface java.security.interfaces.DSAPrivateKey |
serialVersionUID |
Fields inherited from interface org.mozilla.jss.crypto.PrivateKey |
DiffieHellman, DSA, RSA |
Constructor Summary | |
private |
PK11DSAPrivateKey()
|
protected |
PK11DSAPrivateKey(byte[] pointer)
|
Method Summary | |
java.security.interfaces.DSAParams |
getParams()
If this fails, we just return null, since no exceptions are allowed. |
PrivateKey.Type |
getType()
Returns the type (RSA or DSA) of this private key. |
java.math.BigInteger |
getX()
Not implemented. |
Methods inherited from class org.mozilla.jss.pkcs11.PK11PrivKey |
fromPrivateKeyInfo, fromPrivateKeyInfo, getAlgorithm, getDSAParams, getEncoded, getFormat, getKeyType, getOwningToken, getStrength, getUniqueID, verifyKeyIsOnToken |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
Constructor Detail |
private PK11DSAPrivateKey()
protected PK11DSAPrivateKey(byte[] pointer)
Method Detail |
public PrivateKey.Type getType()
PrivateKey
getType
in interface PrivateKey
getType
in class PK11PrivKey
public java.security.interfaces.DSAParams getParams()
getParams
in interface java.security.interfaces.DSAKey
public java.math.BigInteger getX()
getX
in interface java.security.interfaces.DSAPrivateKey
|
JSS 3.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |