Bouncy Castle Cryptography Library 1.47

org.bouncycastle.crypto.tls
Class TlsRSAUtils

java.lang.Object
  extended by org.bouncycastle.crypto.tls.TlsRSAUtils

public class TlsRSAUtils
extends java.lang.Object


Constructor Summary
TlsRSAUtils()
           
 
Method Summary
static byte[] generateEncryptedPreMasterSecret(TlsClientContext context, RSAKeyParameters rsaServerPublicKey, java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TlsRSAUtils

public TlsRSAUtils()
Method Detail

generateEncryptedPreMasterSecret

public static byte[] generateEncryptedPreMasterSecret(TlsClientContext context,
                                                      RSAKeyParameters rsaServerPublicKey,
                                                      java.io.OutputStream os)
                                               throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.47