|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.claymoresystems.crypto.BaseDSAPrivateKey
COM.claymoresystems.cert.EAYDSAPrivateKey
public class EAYDSAPrivateKey
Construct a DSA private from the SSLeay style BER encoding
Field Summary |
---|
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
java.io.IOException
public EAYDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)
Method Detail |
---|
public java.lang.String getFormat()
getFormat
in interface java.security.Key
getFormat
in class BaseDSAPrivateKey
public byte[] getEncoded()
getEncoded
in interface java.security.Key
getEncoded
in class BaseDSAPrivateKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |