Package org.bouncycastle.crypto.params
Class AsymmetricKeyParameter
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
CramerShoupKeyParameters,DHKeyParameters,DSAKeyParameters,ECKeyParameters,ElGamalKeyParameters,GMSSKeyParameters,GOST3410KeyParameters,McElieceCCA2KeyParameters,McElieceKeyParameters,NaccacheSternKeyParameters,NHPrivateKeyParameters,NHPublicKeyParameters,NTRUEncryptionKeyParameters,NTRUSigningPrivateKeyParameters,NTRUSigningPublicKeyParameters,RainbowKeyParameters,RSAKeyParameters,SPHINCSPrivateKeyParameters,SPHINCSPublicKeyParameters,XMSSMTPrivateKeyParameters,XMSSMTPublicKeyParameters,XMSSPrivateKeyParameters,XMSSPublicKeyParameters
public class AsymmetricKeyParameter extends java.lang.Object implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description AsymmetricKeyParameter(boolean privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPrivate()
-