Uses of Class
org.bouncycastle.crypto.general.EdEC.Parameters
-
Packages that use EdEC.Parameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of EdEC.Parameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as EdEC.Parameters Modifier and Type Field Description static EdEC.ParametersEdEC. Ed25519static EdEC.ParametersEdEC. Ed448static EdEC.ParametersEdEC. EdDSAstatic EdEC.ParametersEdEC. X25519static EdEC.ParametersEdEC. X448Methods in org.bouncycastle.crypto.general that return types with arguments of type EdEC.Parameters Modifier and Type Method Description Agreement<EdEC.Parameters>EdEC.XDHAgreementFactory. createAgreement(AsymmetricPrivateKey key, EdEC.Parameters parameters)protected OutputSigner<EdEC.Parameters>EdEC.EdDSAOperatorFactory. doCreateSigner(AsymmetricPrivateKey key, EdEC.Parameters parameters)protected OutputVerifier<EdEC.Parameters>EdEC.EdDSAOperatorFactory. doCreateVerifier(AsymmetricPublicKey key, EdEC.Parameters parameters)Methods in org.bouncycastle.crypto.general with parameters of type EdEC.Parameters Modifier and Type Method Description Agreement<EdEC.Parameters>EdEC.XDHAgreementFactory. createAgreement(AsymmetricPrivateKey key, EdEC.Parameters parameters)protected OutputSigner<EdEC.Parameters>EdEC.EdDSAOperatorFactory. doCreateSigner(AsymmetricPrivateKey key, EdEC.Parameters parameters)protected OutputVerifier<EdEC.Parameters>EdEC.EdDSAOperatorFactory. doCreateVerifier(AsymmetricPublicKey key, EdEC.Parameters parameters)Constructors in org.bouncycastle.crypto.general with parameters of type EdEC.Parameters Constructor Description EdDSAKeyPairGenerator(EdEC.Parameters keyGenParameters, java.security.SecureRandom random)XDHKeyPairGenerator(EdEC.Parameters keyGenParameters, java.security.SecureRandom random)
-