Package | Description |
---|---|
org.bouncycastle.crypto.params | |
org.bouncycastle.crypto.tls |
Modifier and Type | Class and Description |
---|---|
class |
RSAPrivateCrtKeyParameters |
Modifier and Type | Method and Description |
---|---|
RSAKeyParameters |
RSABlindingParameters.getPublicKey() |
Constructor and Description |
---|
RSABlindingParameters(RSAKeyParameters publicKey,
BigInteger blindingFactor) |
Modifier and Type | Field and Description |
---|---|
protected RSAKeyParameters |
TlsPSKKeyExchange.rsaServerPublicKey |
protected RSAKeyParameters |
TlsRSAKeyExchange.rsaServerPublicKey |
Modifier and Type | Method and Description |
---|---|
protected RSAKeyParameters |
TlsPSKKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |
protected RSAKeyParameters |
TlsRSAKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
TlsRSAUtils.generateEncryptedPreMasterSecret(TlsContext context,
RSAKeyParameters rsaServerPublicKey,
OutputStream output) |
static byte[] |
TlsRSAUtils.safeDecryptPreMasterSecret(TlsContext context,
RSAKeyParameters rsaServerPrivateKey,
byte[] encryptedPreMasterSecret) |
protected RSAKeyParameters |
TlsPSKKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |
protected RSAKeyParameters |
TlsRSAKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |
Copyright © 2017 BouncyCastle.org. All rights reserved.