| 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 |
TlsRSAKeyExchange.rsaServerPublicKey |
protected RSAKeyParameters |
TlsPSKKeyExchange.rsaServerPublicKey |
| Modifier and Type | Method and Description |
|---|---|
protected RSAKeyParameters |
TlsRSAKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |
protected RSAKeyParameters |
TlsPSKKeyExchange.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 |
TlsRSAKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |
protected RSAKeyParameters |
TlsPSKKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.