Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected Certificate
certificate
protected TlsContext
context
protected AsymmetricKeyParameter
privateKey
-
Constructor Summary
Constructors Constructor Description DefaultTlsEncryptionCredentials(TlsContext context, Certificate certificate, AsymmetricKeyParameter privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
decryptPreMasterSecret(byte[] encryptedPreMasterSecret)
Certificate
getCertificate()
-
-
-
Field Detail
-
context
protected TlsContext context
-
certificate
protected Certificate certificate
-
privateKey
protected AsymmetricKeyParameter privateKey
-
-
Constructor Detail
-
DefaultTlsEncryptionCredentials
public DefaultTlsEncryptionCredentials(TlsContext context, Certificate certificate, AsymmetricKeyParameter privateKey)
-
-
Method Detail
-
getCertificate
public Certificate getCertificate()
-
decryptPreMasterSecret
public byte[] decryptPreMasterSecret(byte[] encryptedPreMasterSecret) throws java.io.IOException
- Throws:
java.io.IOException
-
-