| FipsAEADOperatorFactory |
Base class for the approved mode AEADOperatorFactory implementations.
|
| FipsAES.AuthParameters |
Parameters for AES AEAD and MAC modes..
|
| FipsAES.Parameters |
General AES operator parameters.
|
| FipsAES.WrapParameters |
Parameters for AES key wrap operators.
|
| FipsAgreement |
Base class for the FIPS approved mode Agreement implementations.
|
| FipsAgreementFactory |
Base class for the approved mode AgreementFactory implementations.
|
| FipsAgreementParameters |
Base parameters class for Diffie-Hellman and MQV based key agreement algorithms.
|
| FipsAlgorithm |
Base class for FIPS approved algorithm identifier implementations.
|
| FipsAsymmetricKeyPairGenerator |
Base class for the FIPS approved mode AsymmetricKeyPairGenerator implementations.
|
| FipsDH.AgreementParameters |
Parameters for Diffie-Hellman based key agreement.
|
| FipsDH.DHUAgreementParameters |
Parameters for Diffie-Hellman based key agreement using DHU.
|
| FipsDH.DHUAgreementParametersBuilder |
Initial builder for DHU parameters.
|
| FipsDH.DomainGenParameters |
Parameters for generating Diffie-Hellman domain parameters.
|
| FipsDH.KeyGenParameters |
Parameters for Diffie-Hellman key pair generation.
|
| FipsDH.MQVAgreementParameters |
Parameters for Diffie-Hellman based key agreement using MQV.
|
| FipsDH.MQVAgreementParametersBuilder |
Initial builder for MQV parameters.
|
| FipsDigestAlgorithm |
Marker class for a FIPS approved digest algorithm
|
| FipsDigestOperatorFactory |
Base class for classes that produce digest calculators implementing the various FIPS secure hash algorithms.
|
| FipsDRBG.Base |
|
| FipsDRBG.Builder |
Builder for SecureRandom objects based on the FIPS DRBGs.
|
| FipsDSA.DomainGenParameters |
Parameters for DSA domain parameter generation.
|
| FipsDSA.DomainParametersValidator.Version |
|
| FipsDSA.KeyGenParameters |
Parameters for DSA key pair generation.
|
| FipsDSA.Parameters |
Parameters for DSA signatures.
|
| FipsEC.AgreementParameters |
Parameters for EC key agreement.
|
| FipsEC.DHUAgreementParameters |
Parameters for EC DHU key agreement.
|
| FipsEC.DHUAgreementParametersBuilder |
Initial builder for DHU parameters.
|
| FipsEC.DomainParameterID |
An enumeration of ECDomainParametersID for the NIST defined EC domain parameters.
|
| FipsEC.DSAParameters |
Parameters for EC DSA signatures.
|
| FipsEC.KeyGenParameters |
Parameters for EC key pair generation.
|
| FipsEC.MQVAgreementParameters |
Parameters for EC MQV key agreement.
|
| FipsEC.MQVAgreementParametersBuilder |
Initial builder for MQV parameters.
|
| FipsEncapsulatedSecretExtractor |
Base class for the approved mode EncapsulatedSecretExtractor implementations.
|
| FipsEncapsulatingSecretGenerator |
Base class for the approved mode EncapsulatingSecretGenerator implementations.
|
| FipsInputAEADDecryptor |
Base class for the approved mode InputAEADDecryptor implementations.
|
| FipsInputDecryptor |
Base class for the approved mode InputDecryptor implementations.
|
| FipsKDF.AgreementKDFParameters |
Parameters for the X9.63 and CONCATENATION key derivation function.
|
| FipsKDF.AgreementKDFParametersBuilder |
Parameters builder for the X9.63 and CONCATENATION key derivation function.
|
| FipsKDF.AgreementKDFPRF |
An enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with key agreement.
|
| FipsKDF.CounterLocation |
An enumeration of the counter locations for Feedback Mode and Double Pipeline Iteration Mode.
|
| FipsKDF.CounterModeParameters |
Parameters for the Counter Mode key derivation function.
|
| FipsKDF.CounterModeParametersBuilder |
Parameters for the Counter Mode parameters builder.
|
| FipsKDF.DoublePipelineModeParameters |
Parameters for the Double Pipeline Mode key derivation function.
|
| FipsKDF.DoublePipelineModeParametersBuilder |
Parameters for the Double Pipeline Mode parameters builder.
|
| FipsKDF.FeedbackModeParameters |
Parameters for the Feedback Mode key derivation function.
|
| FipsKDF.FeedbackModeParametersBuilder |
Parameters for the Feedback Mode parameters builder.
|
| FipsKDF.IKEv2Parameters |
Parameters for the IKVEv2 key derivation function.
|
| FipsKDF.IKEv2ParametersBuilder |
Parameters builder for the IKEv2 key derivation function.
|
| FipsKDF.IKEv2PRF |
An enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with IKEv2.
|
| FipsKDF.PRF |
An enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with SP 800-108.
|
| FipsKDF.SRTPParameters |
Parameters for the SRTP key derivation function.
|
| FipsKDF.SRTPParametersBuilder |
Parameters for the SRTP key derivation function.
|
| FipsKDF.SRTPPRF |
An enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with SRTP.
|
| FipsKDF.SSHParameters |
Parameters for the SSH key derivation function.
|
| FipsKDF.SSHParametersBuilder |
Parameters builder for the SSH key derivation function.
|
| FipsKDF.SSHPRF |
An enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with SSH key exchange.
|
| FipsKDF.TLSParameters |
Parameters for the TLS key derivation functions.
|
| FipsKDF.TLSParametersBuilder |
Parameter builder for TLS 1.0/1.1
|
| FipsKDF.TLSParametersWithPRFBuilder |
Parameter builder for TLS 1.2
|
| FipsKDF.TLSPRF |
An enumeration of the FIPS approved psuedo-random-function (PRF) for KDFs used with TLS.
|
| FipsKDFOperatorFactory |
Base class for the approved mode KDFOperatorFactory implementations.
|
| FipsKeyUnwrapper |
Base class for the approved mode KeyUnwrapper implementations.
|
| FipsKeyUnwrapperUsingSecureRandom |
Base class for the approved mode KeyUnwrapper implementations which need a SecureRandom.
|
| FipsKeyWrapOperatorFactory |
Base class for the approved mode KeyWrapOperatorFactory implementations.
|
| FipsKeyWrapper |
Base class for the approved mode KeyWrapper implementations.
|
| FipsKeyWrapperUsingSecureRandom |
Base class for the approved mode KeyWrapper implementations which need a SecureRandom.
|
| FipsKTSOperatorFactory |
Base class for the approved mode KTSOperatorFactory implementations.
|
| FipsMACOperatorFactory |
Base class for the approved mode MACOperatorFactory implementations.
|
| FipsOperationError |
Base error class for FIPS errors.
|
| FipsOutputAEADDecryptor |
Base class for the approved mode OutputAEADDecryptor implementations.
|
| FipsOutputAEADEncryptor |
Base class for the approved mode OutputAEADEncryptor implementations.
|
| FipsOutputDecryptor |
Base class for the approved mode OutputDecryptor implementations.
|
| FipsOutputDigestCalculator |
Base class for the approved mode OutputDigestCalculator implementations.
|
| FipsOutputEncryptor |
Base class for the approved mode OutputEncryptor implementations.
|
| FipsOutputMACCalculator |
Base class for the approved mode OutputMACCalculator implementations.
|
| FipsOutputSigner |
Base class for a FIPS signature generator..
|
| FipsOutputSignerUsingSecureRandom |
Base class for a FIPS signature generator that makes use of a SecureRandom as part of the signing process.
|
| FipsOutputVerifier |
Base class for a FIPS signature verifier.
|
| FipsOutputXOFCalculator |
Base class for a FIPS extendable output function calculator.
|
| FipsParameters |
Base class for parameter types used in FIPS implementations.
|
| FipsPasswordBasedDeriverFactory |
Base class for the approved mode PasswordBasedDeriverFactory implementations.
|
| FipsPBKD.Parameters |
PBKD parameters.
|
| FipsPBKD.ParametersBuilder |
Initial builder for PBKDF2 parameters.
|
| FipsRSA.KeyGenParameters |
Parameters for RSA key pair generation.
|
| FipsRSA.KTSParameters |
Base class for parameters used with RSA based key transport algorithms.
|
| FipsRSA.OAEPKTSParameters |
Parameters for RSA based key transport using OAEP.
|
| FipsRSA.OAEPParameters |
Parameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.
|
| FipsRSA.PKCS1v15Parameters |
Parameters for use with PKCS#1 v1.5 format key wrapping/unwrapping.
|
| FipsRSA.PKCS1v15SignatureParameters |
Parameters for PKCS#1 v1.5 digest signatures.
|
| FipsRSA.PSSSignatureParameters |
Parameters for RSA PSS digest signatures.
|
| FipsRSA.SignatureParameters |
Base class for RSA digest based signature algorithm parameters.
|
| FipsRSA.SVEKTSParameters |
Parameters for RSA based key transport using SVE.
|
| FipsRSA.WrapParameters |
Base class for RSA key wrapping/unwrapping parameters.
|
| FipsRSA.X931SignatureParameters |
Parameters for RSA X9.31 digest signatures.
|
| FipsSecureRandom |
Base class for DRBG/RNG SecureRandom implementations that use FIPS approved algorithms.
|
| FipsSHS.AuthParameters |
Parameters for HMAC modes.
|
| FipsSHS.CSHAKEParameters |
Customizable SHAKE (cSHAKE) parameters.
|
| FipsSHS.Parameters |
Generic digest parameters.
|
| FipsSignatureOperatorFactory |
Base class for the approved mode SignatureOperatorFactory implementations.
|
| FipsSymmetricKeyGenerator |
Base class for the FIPS approved mode SymmetricKeyGenerator implementations.
|
| FipsSymmetricOperatorFactory |
Base class for the approved mode SymmetricOperatorFactory implementations.
|
| FipsTripleDES.AuthParameters |
Parameters for Triple-DES AEAD and MAC modes..
|
| FipsTripleDES.Parameters |
General Triple-DES operator parameters.
|
| FipsTripleDES.WrapParameters |
Parameters for Triple-DES key wrap operators.
|
| FipsXOFOperatorFactory |
Base class for the approved mode XOFOperatorFactory implementations.
|
| Scrypt.Parameters |
Parameters for the scrypt key derivation function.
|
| Scrypt.ParametersBuilder |
Parameters builder for the scrypt key derivation function.
|