Bouncy Castle Cryptography 1.46

org.bouncycastle.crypto.tls
Class CertificateRequest

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

public class CertificateRequest
extends java.lang.Object


Constructor Summary
CertificateRequest(short[] certificateTypes, java.util.Vector certificateAuthorities)
           
 
Method Summary
 java.util.Vector getCertificateAuthorities()
           
 short[] getCertificateTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateRequest

public CertificateRequest(short[] certificateTypes,
                          java.util.Vector certificateAuthorities)
Method Detail

getCertificateTypes

public short[] getCertificateTypes()

getCertificateAuthorities

public java.util.Vector getCertificateAuthorities()
Returns:
Vector of X500Name

Bouncy Castle Cryptography 1.46