Skip navigation links 
 
oracle.security.crypto.jce.crypto
Class DHPrivateKeyImpl
java.lang.Object
   oracle.security.crypto.jce.crypto.DHPrivateKeyImpl
oracle.security.crypto.jce.crypto.DHPrivateKeyImpl
- All Implemented Interfaces:
- java.io.Serializable, java.security.Key, java.security.PrivateKey, javax.crypto.interfaces.DHKey, javax.crypto.interfaces.DHPrivateKey
- 
public final class DHPrivateKeyImpl
 
- extends java.lang.Object
- implements javax.crypto.interfaces.DHPrivateKey
- See Also:
- Serialized Form
 
 
| Fields inherited from interface javax.crypto.interfaces.DHPrivateKey | 
| serialVersionUID | 
  
 
| Constructor Summary | 
| DHPrivateKeyImpl(oracle.security.crypto.core.DHPrivateKey dhPrivateKey)
 | 
  
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
DHPrivateKeyImpl
public DHPrivateKeyImpl(oracle.security.crypto.core.DHPrivateKey dhPrivateKey)
getX
public java.math.BigInteger getX()
- 
- Specified by:
- getXin interface- javax.crypto.interfaces.DHPrivateKey
 
getAlgorithm
public java.lang.String getAlgorithm()
- 
- Specified by:
- getAlgorithmin interface- java.security.Key
 
getFormat
public java.lang.String getFormat()
- 
- Specified by:
- getFormatin interface- java.security.Key
 
getEncoded
public byte[] getEncoded()
- 
- Specified by:
- getEncodedin interface- java.security.Key
 
getParams
public javax.crypto.spec.DHParameterSpec getParams()
- 
- Specified by:
- getParamsin interface- javax.crypto.interfaces.DHKey
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
Skip navigation links 
 
Copyright © 2005, 2011 , Oracle. All rights reserved.