Package org.bouncycastle.crypto.tls
Interface TlsEncryptionCredentials
-
- All Superinterfaces:
TlsCredentials
- All Known Implementing Classes:
AbstractTlsEncryptionCredentials
,DefaultTlsEncryptionCredentials
public interface TlsEncryptionCredentials extends TlsCredentials
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description byte[]
decryptPreMasterSecret(byte[] encryptedPreMasterSecret)
Deprecated.-
Methods inherited from interface org.bouncycastle.crypto.tls.TlsCredentials
getCertificate
-
-