|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--COM.claymoresystems.crypto.BaseDSAPrivateKey | +--COM.claymoresystems.cert.EAYDSAPrivateKey
Construct a DSA private from the SSLeay style BER encoding
Fields inherited from class COM.claymoresystems.crypto.BaseDSAPrivateKey |
params, X |
Fields inherited from interface java.security.interfaces.DSAPrivateKey |
serialVersionUID |
Constructor Summary | |
EAYDSAPrivateKey(byte[] encoding)
|
|
EAYDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)
|
Method Summary | |
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
|
Methods inherited from class COM.claymoresystems.crypto.BaseDSAPrivateKey |
getAlgorithm, getParams, getX, getY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EAYDSAPrivateKey(byte[] encoding) throws java.io.IOException
public EAYDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)
Method Detail |
public java.lang.String getFormat()
getFormat
in class BaseDSAPrivateKey
public byte[] getEncoded()
getEncoded
in class BaseDSAPrivateKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |