org.bouncycastle.crypto.tls
Class DefaultTlsEncryptionCredentials
java.lang.Object
org.bouncycastle.crypto.tls.AbstractTlsCredentials
org.bouncycastle.crypto.tls.AbstractTlsEncryptionCredentials
org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials
- All Implemented Interfaces:
- TlsCredentials, TlsEncryptionCredentials
public class DefaultTlsEncryptionCredentials
- extends AbstractTlsEncryptionCredentials
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()
decryptPreMasterSecret
public byte[] decryptPreMasterSecret(byte[] encryptedPreMasterSecret)
throws java.io.IOException
- Throws:
java.io.IOException