Class and Description |
---|
org.bouncycastle.tls.BulkCipherAlgorithm
Will be removed.
|
org.bouncycastle.tls.ECBasisType
Will be removed.
|
Field and Description |
---|
org.bouncycastle.tls.NamedGroup.OQS_mlkem1024
Experimental API (unstable): unofficial value from Open Quantum Safe project.
|
org.bouncycastle.tls.NamedGroup.OQS_mlkem512
Experimental API (unstable): unofficial value from Open Quantum Safe project.
|
org.bouncycastle.tls.NamedGroup.OQS_mlkem768
Experimental API (unstable): unofficial value from Open Quantum Safe project.
|
Constructor and Description |
---|
org.bouncycastle.tls.crypto.impl.bc.BcTlsRSASigner(BcTlsCrypto, RSAKeyParameters, RSAKeyParameters)
Use constructor without 'publicKey' parameter.
|
org.bouncycastle.tls.crypto.impl.jcajce.JcaTlsRSASigner(JcaTlsCrypto, PrivateKey, PublicKey)
Use constructor without 'publicKey' parameter.
|
org.bouncycastle.tls.crypto.impl.TlsAEADCipher(TlsCryptoParameters, TlsAEADCipherImpl, TlsAEADCipherImpl, int, int, int)
Use version with extra 'nonceGeneratorFactory' parameter
|