Uses of Class
org.mozilla.jss.netscape.security.pkcs.PKCS12CertInfo
Packages that use PKCS12CertInfo
-
Uses of PKCS12CertInfo in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs with type parameters of type PKCS12CertInfoModifier and TypeFieldDescription(package private) Map
<BigInteger, PKCS12CertInfo> PKCS12.certInfosByID
(package private) Map
<BigInteger, PKCS12CertInfo> PKCS12.certInfosByKeyID
Methods in org.mozilla.jss.netscape.security.pkcs that return PKCS12CertInfoModifier and TypeMethodDescriptionPKCS12Util.createCertInfoFromNSS
(X509Certificate cert) PKCS12Util.createCertInfoFromNSS
(X509Certificate cert, String friendlyName) PKCS12Util.getCertBySubjectDN
(PKCS12 pkcs12, String subjectDN) PKCS12Util.getCertInfo
(SafeBag bag) PKCS12.getCertInfoByID
(byte[] id) PKCS12.getCertInfoByKeyID
(byte[] keyID) Methods in org.mozilla.jss.netscape.security.pkcs that return types with arguments of type PKCS12CertInfoModifier and TypeMethodDescriptionPKCS12.getCertInfos()
PKCS12.getCertInfosByFriendlyName
(String friendlyName) Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type PKCS12CertInfoModifier and TypeMethodDescriptionvoid
PKCS12Util.addCertBag
(PKCS12CertInfo certInfo, SEQUENCE safeContents) void
PKCS12.addCertInfo
(PKCS12CertInfo certInfo, boolean replace) (package private) SET
PKCS12Util.createCertBagAttrs
(PKCS12CertInfo certInfo) void
PKCS12Util.storeCertIntoNSS
(PKCS12 pkcs12, Password password, PKCS12CertInfo certInfo, boolean overwrite) Store a certificate (and key, if present) in NSSDB.