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