Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsCredentials

All Known Subinterfaces:
TlsAgreementCredentials, TlsEncryptionCredentials, TlsSignerCredentials
All Known Implementing Classes:
AbstractTlsCredentials

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsCredentials


Method Summary
 Certificate getCertificate()
          Deprecated.  
 

Method Detail

getCertificate

public Certificate getCertificate()
Deprecated. 

Bouncy Castle Cryptography Library 1.64