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.
-
VeriSign()
-
-
getCert(X500Name)
- Returns the X.509 Cert associated with this DN.
-
getCerts()
- Returns all the X509 Certs from Verisign.
VeriSign
public VeriSign()
getCerts
public static X509Cert[] getCerts() throws IOException
- Returns all the X509 Certs from Verisign.
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