Package org.bouncycastle.crypto.tls
Class AbstractTlsEncryptionCredentials
- java.lang.Object
-
- org.bouncycastle.crypto.tls.AbstractTlsCredentials
-
- org.bouncycastle.crypto.tls.AbstractTlsEncryptionCredentials
-
- All Implemented Interfaces:
TlsCredentials
,TlsEncryptionCredentials
- Direct Known Subclasses:
DefaultTlsEncryptionCredentials
public abstract class AbstractTlsEncryptionCredentials extends AbstractTlsCredentials implements TlsEncryptionCredentials
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Constructor Summary
Constructors Constructor Description AbstractTlsEncryptionCredentials()
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.crypto.tls.TlsCredentials
getCertificate
-
Methods inherited from interface org.bouncycastle.crypto.tls.TlsEncryptionCredentials
decryptPreMasterSecret
-
-