Package org.bouncycastle.crypto.params
Class CMCEPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.crypto.params.CMCEKeyParameters
-
- org.bouncycastle.crypto.params.CMCEPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class CMCEPrivateKeyParameters extends CMCEKeyParameters
-
-
Constructor Summary
Constructors Constructor Description CMCEPrivateKeyParameters(CMCEParameters params, byte[] privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()byte[]getPrivateKey()-
Methods inherited from class org.bouncycastle.crypto.params.CMCEKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
CMCEPrivateKeyParameters
public CMCEPrivateKeyParameters(CMCEParameters params, byte[] privateKey)
-
-