public final class PK11DSAPublicKey extends PK11PubKey implements java.security.interfaces.DSAPublicKey
| Modifier and Type | Field and Description |
|---|---|
protected org.mozilla.jss.pkcs11.KeyProxy |
keyProxy |
| Constructor and Description |
|---|
PK11DSAPublicKey(byte[] pointer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finalize() |
java.security.interfaces.DSAParams |
getParams() |
java.math.BigInteger |
getY() |
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnTokenpublic java.security.interfaces.DSAParams getParams()
getParams in interface java.security.interfaces.DSAKeypublic java.math.BigInteger getY()
getY in interface java.security.interfaces.DSAPublicKeypublic void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception