|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.security.x509.X509Key | +--com.ibm.crypto.fips.provider.DSAPublicKey
This class represents an X.509 public key for the DSA Algorithm.
Fields inherited from class com.ibm.security.x509.X509Key |
---|
algid, encodedKey, key |
Fields inherited from interface java.security.interfaces.DSAPublicKey |
---|
serialVersionUID |
Method Summary | |
---|---|
protected void |
finalize()
This function zeroizes the key so that it isn't in memory when GC is done. |
java.security.interfaces.DSAParams |
getParams()
Return the DSA parameters for the receiver. |
java.math.BigInteger |
getY()
Return the value of the public key. |
protected void |
parseKeyBits()
|
java.lang.String |
toString()
|
void |
zeroize()
This function zeroizes the key so that it isn't in memory |
Methods inherited from class com.ibm.security.x509.X509Key |
---|
decode, decode, encode, encode, equals, getAlgorithm, getAlgorithmId, getEncoded, getFormat, getKey, hashCode, parse, parse, read, readBASE64, setKey, write, writeBASE64 |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.Key |
---|
getAlgorithm, getEncoded, getFormat |
Method Detail |
public java.math.BigInteger getY()
getY
in interface java.security.interfaces.DSAPublicKey
the
- value of ypublic java.security.interfaces.DSAParams getParams()
getParams
in interface java.security.interfaces.DSAKey
protected void parseKeyBits() throws java.security.InvalidKeyException
parseKeyBits
in class com.ibm.security.x509.X509Key
public java.lang.String toString()
toString
in class com.ibm.security.x509.X509Key
public void zeroize()
protected void finalize()
finalize
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |