public abstract class AbstractTlsCrypto extends java.lang.Object implements TlsCrypto
Constructor and Description |
---|
AbstractTlsCrypto() |
Modifier and Type | Method and Description |
---|---|
TlsSecret |
adoptSecret(TlsSecret secret)
Adopt the passed in secret, creating a new copy of it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCertificate, createCertificate, createCipher, createDHDomain, createECDomain, createHash, createHMAC, createHMACForHash, createNonceGenerator, createSecret, createSRP6Client, createSRP6Server, createSRP6VerifierGenerator, generateRSAPreMasterSecret, getSecureRandom, hasAnyStreamVerifiers, hasAnyStreamVerifiersLegacy, hasCryptoHashAlgorithm, hasCryptoSignatureAlgorithm, hasDHAgreement, hasECDHAgreement, hasEncryptionAlgorithm, hasHKDFAlgorithm, hasMacAlgorithm, hasNamedGroup, hasRSAEncryption, hasSignatureAlgorithm, hasSignatureAndHashAlgorithm, hasSignatureScheme, hasSRPAuthentication, hkdfInit
public TlsSecret adoptSecret(TlsSecret secret)
TlsCrypto
adoptSecret
in interface TlsCrypto
secret
- the secret to make a copy of.