Package org.wildfly.security.key
Class RawDHPrivateKey
- java.lang.Object
- 
- org.wildfly.security.key.RawKey
- 
- org.wildfly.security.key.RawPrivateKey
- 
- org.wildfly.security.key.RawDHPrivateKey
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Key,- PrivateKey,- DHKey,- DHPrivateKey,- Destroyable
 
 class RawDHPrivateKey extends RawPrivateKey implements DHPrivateKey, PrivateKey - Author:
- David M. Lloyd
 
- 
- 
Field SummaryFields Modifier and Type Field Description private DHParameterSpecparamsprivate static longserialVersionUIDprivate BigIntegerx
 - 
Constructor SummaryConstructors Constructor Description RawDHPrivateKey(Key key)RawDHPrivateKey(DHPrivateKey original)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DHParameterSpecgetParams()BigIntegergetX()(package private) booleanisEqual(Key key)(package private) booleanisEqual(DHPrivateKey key)- 
Methods inherited from class org.wildfly.security.key.RawPrivateKeywriteReplace
 - 
Methods inherited from class org.wildfly.security.key.RawKeyequals, getAlgorithm, getEncoded, getFormat, hashCode
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface javax.security.auth.Destroyabledestroy, isDestroyed
 - 
Methods inherited from interface java.security.KeygetAlgorithm, getEncoded, getFormat
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDprivate static final long serialVersionUID - See Also:
- Constant Field Values
 
 - 
xprivate final BigInteger x 
 - 
paramsprivate final DHParameterSpec params 
 
- 
 - 
Constructor Detail- 
RawDHPrivateKeyRawDHPrivateKey(DHPrivateKey original) 
 - 
RawDHPrivateKeyRawDHPrivateKey(Key key) 
 
- 
 - 
Method Detail- 
getXpublic BigInteger getX() - Specified by:
- getXin interface- DHPrivateKey
 
 - 
getParamspublic DHParameterSpec getParams() 
 - 
isEqualboolean isEqual(DHPrivateKey key) 
 
- 
 
-