org.bouncycastle.crypto.tls
Class DefaultTlsEncryptionCredentials
java.lang.Object
org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials
- All Implemented Interfaces:
- TlsCredentials, TlsEncryptionCredentials
public class DefaultTlsEncryptionCredentials
- extends java.lang.Object
- implements TlsEncryptionCredentials
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected TlsContext context
certificate
protected Certificate certificate
privateKey
protected AsymmetricKeyParameter privateKey
DefaultTlsEncryptionCredentials
public DefaultTlsEncryptionCredentials(TlsContext context,
Certificate certificate,
AsymmetricKeyParameter privateKey)
getCertificate
public Certificate getCertificate()
- Specified by:
getCertificate
in interface TlsCredentials
decryptPreMasterSecret
public byte[] decryptPreMasterSecret(byte[] encryptedPreMasterSecret)
throws java.io.IOException
- Specified by:
decryptPreMasterSecret
in interface TlsEncryptionCredentials
- Throws:
java.io.IOException