Package org.wildfly.security.key
Class RawDSAPrivateKey
- java.lang.Object
-
- org.wildfly.security.key.RawKey
-
- org.wildfly.security.key.RawPrivateKey
-
- org.wildfly.security.key.RawDSAPrivateKey
-
- All Implemented Interfaces:
Serializable
,DSAKey
,DSAPrivateKey
,Key
,PrivateKey
,Destroyable
class RawDSAPrivateKey extends RawPrivateKey implements DSAPrivateKey, PrivateKey
- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description private DSAParams
params
private static long
serialVersionUID
private BigInteger
x
-
Constructor Summary
Constructors Constructor Description RawDSAPrivateKey(DSAPrivateKey original)
RawDSAPrivateKey(Key key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSAParams
getParams()
BigInteger
getX()
(package private) boolean
isEqual(DSAPrivateKey key)
(package private) boolean
isEqual(Key key)
-
Methods inherited from class org.wildfly.security.key.RawPrivateKey
writeReplace
-
Methods inherited from class org.wildfly.security.key.RawKey
equals, getAlgorithm, getEncoded, getFormat, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
x
private final BigInteger x
-
params
private final DSAParams params
-
-
Constructor Detail
-
RawDSAPrivateKey
RawDSAPrivateKey(DSAPrivateKey original)
-
RawDSAPrivateKey
RawDSAPrivateKey(Key key)
-
-
Method Detail
-
getX
public BigInteger getX()
- Specified by:
getX
in interfaceDSAPrivateKey
-
isEqual
boolean isEqual(DSAPrivateKey key)
-
-