All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.security.VeriSign

java.lang.Object
   |
   +----sun.security.VeriSign

public final class VeriSign
extends Object
This class represents all the supported VeriSign CAs in the form of self-signed certificates.


Constructor Index

 o VeriSign()

Method Index

 o getCert(X500Name)
Returns the X.509 Cert associated with this DN.

Constructors

 o VeriSign
  public VeriSign()

Methods

 o getCert
  public static X509Cert getCert(X500Name dn) throws IOException
Returns the X.509 Cert associated with this DN.


All Packages  Class Hierarchy  This Package  Previous  Next  Index