Package | Description |
---|---|
org.spongycastle.crypto.engines |
Basic cipher classes.
|
org.spongycastle.crypto.generators |
Generators for keys, key pairs and password based encryption algorithms.
|
org.spongycastle.crypto.params |
Classes for parameter objects for ciphers and generators.
|
org.spongycastle.crypto.tls |
A lightweight TLS API.
|
Modifier and Type | Field and Description |
---|---|
private RSAKeyParameters |
RSACoreEngine.key |
private RSAKeyParameters |
RSABlindingEngine.key |
private RSAKeyParameters |
RSABlindedEngine.key |
Modifier and Type | Field and Description |
---|---|
private RSAKeyParameters |
RSABlindingFactorGenerator.key |
Modifier and Type | Class and Description |
---|---|
class |
RSAPrivateCrtKeyParameters |
Modifier and Type | Field and Description |
---|---|
private RSAKeyParameters |
RSABlindingParameters.publicKey |
Modifier and Type | Method and Description |
---|---|
RSAKeyParameters |
RSABlindingParameters.getPublicKey() |
Constructor and Description |
---|
RSABlindingParameters(RSAKeyParameters publicKey,
java.math.BigInteger blindingFactor) |
Modifier and Type | Field and Description |
---|---|
protected RSAKeyParameters |
TlsPSKKeyExchange.rsaServerPublicKey |
protected RSAKeyParameters |
TlsRSAKeyExchange.rsaServerPublicKey |
Modifier and Type | Method and Description |
---|---|
protected RSAKeyParameters |
TlsRSAKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
TlsRSAUtils.generateEncryptedPreMasterSecret(TlsClientContext context,
RSAKeyParameters rsaServerPublicKey,
java.io.OutputStream os) |
protected RSAKeyParameters |
TlsRSAKeyExchange.validateRSAPublicKey(RSAKeyParameters key) |