|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.TlsRSAUtils
Constructor Summary | |
TlsRSAUtils()
Deprecated. |
Method Summary | |
static byte[] |
generateEncryptedPreMasterSecret(TlsContext context,
RSAKeyParameters rsaServerPublicKey,
java.io.OutputStream output)
Deprecated. |
static byte[] |
safeDecryptPreMasterSecret(TlsContext context,
RSAKeyParameters rsaServerPrivateKey,
byte[] encryptedPreMasterSecret)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TlsRSAUtils()
Method Detail |
public static byte[] generateEncryptedPreMasterSecret(TlsContext context, RSAKeyParameters rsaServerPublicKey, java.io.OutputStream output) throws java.io.IOException
java.io.IOException
public static byte[] safeDecryptPreMasterSecret(TlsContext context, RSAKeyParameters rsaServerPrivateKey, byte[] encryptedPreMasterSecret)
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |