Uses of Class
netscape.security.x509.X509ExtensionException
-
Packages that use X509ExtensionException Package Description com.netscape.certsrv.dbs.certdb netscape.security.x509 -
-
Uses of X509ExtensionException in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that throw X509ExtensionException Modifier and Type Method Description RevocationReason
ICertRecord. getRevReason()
returns the revocation reason -
Uses of X509ExtensionException in netscape.security.x509
Methods in netscape.security.x509 that throw X509ExtensionException Modifier and Type Method Description void
CRLExtensions. decode(java.io.InputStream in)
Decode the extensions from the InputStream.void
RevokedCertImpl. decode(java.io.InputStream inStrm)
Decode a revoked certificate from an input stream.void
RevokedCertImpl. encode(DerOutputStream outStrm)
Encodes the revoked certificate to an output stream.void
X509CRLImpl. encodeInfo(java.io.OutputStream out)
Encodes the "to-be-signed" CRL to the OutputStream.Extension
CRLExtensions. get(java.lang.String alias)
Get the extension with this alias.void
X509CRLImpl. sign(java.security.PrivateKey key, java.lang.String algorithm)
Encodes an X.509 CRL, and signs it using the key passed.void
X509CRLImpl. sign(java.security.PrivateKey key, java.lang.String algorithm, java.lang.String provider)
Encodes an X.509 CRL, and signs it using the key passed.Constructors in netscape.security.x509 that throw X509ExtensionException Constructor Description CRLExtensions(DerInputStream in)
Create the object, decoding the values from the passed DER stream.RevokedCertImpl(byte[] revokedCert)
Unmarshals a revoked certificate from its encoded form.RevokedCertImpl(DerValue derValue)
Unmarshals a revoked certificate from its encoded form.X509CRLImpl(byte[] crlData)
Unmarshals an X.509 CRL from its encoded form, parsing the encoded bytes.X509CRLImpl(byte[] crlData, boolean includeEntries)
X509CRLImpl(java.io.InputStream inStrm)
Unmarshals an X.509 CRL from an input stream.X509CRLImpl(X500Name issuer, java.util.Date thisDate, java.util.Date nextDate, RevokedCertificate[] badCerts)
CRL constructor, revoked certs, no extensions.X509CRLImpl(X500Name issuer, java.util.Date thisDate, java.util.Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts)
CRL constructor, revoked certs and extensions.X509CRLImpl(X500Name issuer, AlgorithmId algId, java.util.Date thisDate, java.util.Date nextDate, java.util.Hashtable<java.math.BigInteger,RevokedCertificate> badCerts, CRLExtensions crlExts)
CRL constructor, revoked certs and extensions.X509CRLImpl(X500Name issuer, AlgorithmId algId, java.util.Date thisDate, java.util.Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts)
CRL constructor, revoked certs and extensions.
-