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,Ed25519PrivateKeyParameters,Ed25519PublicKeyParameters,Ed448PrivateKeyParameters,Ed448PublicKeyParameters,ElGamalKeyParameters,GOST3410KeyParameters,LMSKeyParameters,MLDSAKeyParameters,MLKEMKeyParameters,NaccacheSternKeyParameters,RSAKeyParameters,SLHDSAKeyParameters,X25519PrivateKeyParameters,X25519PublicKeyParameters,X448PrivateKeyParameters,X448PublicKeyParameters
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsymmetricKeyParameter
public AsymmetricKeyParameter(boolean privateKey)
-
-
Method Details
-
isPrivate
public boolean isPrivate()
-