Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.spec
Class TLSRSAPremasterSecretParameterSpec

java.lang.Object
  extended byorg.bouncycastle.jcajce.spec.TLSRSAPremasterSecretParameterSpec
All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec

public class TLSRSAPremasterSecretParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec


Constructor Summary
TLSRSAPremasterSecretParameterSpec(int protocolVersion)
           
 
Method Summary
 int getProtocolVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSRSAPremasterSecretParameterSpec

public TLSRSAPremasterSecretParameterSpec(int protocolVersion)
Method Detail

getProtocolVersion

public int getProtocolVersion()

Bouncy Castle Cryptography Library 1.81