Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.security.cert.CertificateParsingException

Uses of CertificateParsingException in java.security.cert
 

Methods in java.security.cert that throw CertificateParsingException
 java.util.List X509Certificate.getExtendedKeyUsage()
          Returns the ExtendedKeyUsage extension of this certificate, or null if there is no extension present.
 java.util.Collection X509Certificate.getSubjectAlternativeNames()
          Returns the alternative names for this certificate's subject (the owner), or null if there are none.
 java.util.Collection X509Certificate.getIssuerAlternativeNames()
          Returns the alternative names for this certificate's issuer, or null if there are none.