Bouncy Castle Cryptography Library 1.85

org.bouncycastle.crypto.params
Class CMCEPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.crypto.params.CMCEKeyParameters
          extended byorg.bouncycastle.crypto.params.CMCEPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class CMCEPrivateKeyParameters
extends CMCEKeyParameters


Constructor Summary
CMCEPrivateKeyParameters(CMCEParameters params, byte[] privateKey)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPrivateKey()
           
 
Methods inherited from class org.bouncycastle.crypto.params.CMCEKeyParameters
getParameters
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMCEPrivateKeyParameters

public CMCEPrivateKeyParameters(CMCEParameters params,
                                byte[] privateKey)
Method Detail

getPrivateKey

public byte[] getPrivateKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.85