Uses of Class
org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
Uses of AsymmetricKeyParameter in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return AsymmetricKeyParameter Modifier and Type Method Description AsymmetricKeyParameterAsymmetricCipherKeyPair. getPrivate()return the private key parameters.AsymmetricKeyParameterAsymmetricCipherKeyPair. getPublic()return the public key parameters.Constructors in org.bouncycastle.crypto with parameters of type AsymmetricKeyParameter Constructor Description AsymmetricCipherKeyPair(AsymmetricKeyParameter publicParam, AsymmetricKeyParameter privateParam)basic constructor. -
Uses of AsymmetricKeyParameter in org.bouncycastle.crypto.params
Subclasses of AsymmetricKeyParameter in org.bouncycastle.crypto.params Modifier and Type Class Description classDHKeyParametersclassDHPrivateKeyParametersclassDHPublicKeyParametersclassDSAKeyParametersclassDSAPrivateKeyParametersclassDSAPublicKeyParametersclassECKeyParametersclassECPrivateKeyParametersclassECPublicKeyParametersclassRSAKeyParametersclassRSAPrivateCrtKeyParameters -
Uses of AsymmetricKeyParameter in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return AsymmetricKeyParameter Modifier and Type Method Description static AsymmetricKeyParameterPrivateKeyFactory. createKey(byte[] privateKeyInfoData)Create a private key parameter from a PKCS8 PrivateKeyInfo encoding.static AsymmetricKeyParameterPrivateKeyFactory. createKey(InputStream inStr)Create a private key parameter from a PKCS8 PrivateKeyInfo encoding read from a stream.static AsymmetricKeyParameterPrivateKeyFactory. createKey(PrivateKeyInfo keyInfo)Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object.static AsymmetricKeyParameterPublicKeyFactory. createKey(byte[] keyInfoData)Create a public key from a SubjectPublicKeyInfo encodingstatic AsymmetricKeyParameterPublicKeyFactory. createKey(InputStream inStr)Create a public key from a SubjectPublicKeyInfo encoding read from a streamstatic AsymmetricKeyParameterPublicKeyFactory. createKey(SubjectPublicKeyInfo keyInfo)Create a public key from the passed in SubjectPublicKeyInfo -
Uses of AsymmetricKeyParameter in org.bouncycastle.jcajce.provider.asymmetric.dsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa that return AsymmetricKeyParameter Modifier and Type Method Description static AsymmetricKeyParameterDSAUtil. generatePrivateKeyParameter(PrivateKey key)static AsymmetricKeyParameterDSAUtil. generatePublicKeyParameter(PublicKey key) -
Uses of AsymmetricKeyParameter in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that return AsymmetricKeyParameter Modifier and Type Method Description static AsymmetricKeyParameterDHUtil. generatePrivateKeyParameter(PrivateKey key)static AsymmetricKeyParameterECUtil. generatePrivateKeyParameter(PrivateKey key)static AsymmetricKeyParameterDHUtil. generatePublicKeyParameter(PublicKey key)static AsymmetricKeyParameterECUtil. generatePublicKeyParameter(PublicKey key) -
Uses of AsymmetricKeyParameter in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return AsymmetricKeyParameter Modifier and Type Method Description static AsymmetricKeyParameterDHUtil. generatePrivateKeyParameter(PrivateKey key)static AsymmetricKeyParameterDHUtil. generatePublicKeyParameter(PublicKey key)