Package org.bouncycastle.crypto.tls
Class AbstractTlsAgreementCredentials
- java.lang.Object
-
- org.bouncycastle.crypto.tls.AbstractTlsCredentials
-
- org.bouncycastle.crypto.tls.AbstractTlsAgreementCredentials
-
- All Implemented Interfaces:
TlsAgreementCredentials
,TlsCredentials
- Direct Known Subclasses:
DefaultTlsAgreementCredentials
public abstract class AbstractTlsAgreementCredentials extends AbstractTlsCredentials implements TlsAgreementCredentials
-
-
Constructor Summary
Constructors Constructor Description AbstractTlsAgreementCredentials()
-
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.TlsAgreementCredentials
generateAgreement
-
Methods inherited from interface org.bouncycastle.crypto.tls.TlsCredentials
getCertificate
-
-