Uses of Class
org.mozilla.jss.netscape.security.pkcs.PKCS12KeyInfo
Packages that use PKCS12KeyInfo
-
Uses of PKCS12KeyInfo in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs with type parameters of type PKCS12KeyInfoModifier and TypeFieldDescription(package private) Map
<BigInteger, PKCS12KeyInfo> PKCS12.keyInfosByID
Methods in org.mozilla.jss.netscape.security.pkcs that return PKCS12KeyInfoModifier and TypeMethodDescriptionPKCS12Util.createKeyInfoFromNSS
(X509Certificate cert, PrivateKey privateKey) PKCS12Util.createKeyInfoFromNSS
(X509Certificate cert, PrivateKey privateKey, String friendlyName) PKCS12Util.getKeyInfo
(SafeBag bag, Password password) Loads key bags (for IMPORT and other operations on existing PKCS #12 files).PKCS12.getKeyInfoByID
(byte[] id) PKCS12.removeKeyInfoByID
(byte[] id) Methods in org.mozilla.jss.netscape.security.pkcs that return types with arguments of type PKCS12KeyInfoMethods in org.mozilla.jss.netscape.security.pkcs with parameters of type PKCS12KeyInfoModifier and TypeMethodDescriptionvoid
PKCS12Util.addKeyBag
(PKCS12KeyInfo keyInfo, Password password, SEQUENCE encSafeContents) Add a private key to the PKCS #12 object.void
PKCS12.addKeyInfo
(PKCS12KeyInfo keyInfo) (package private) SET
PKCS12Util.createKeyBagAttrs
(PKCS12KeyInfo keyInfo) void
PKCS12Util.importKey
(PKCS12 pkcs12, Password password, String nickname, PKCS12KeyInfo keyInfo)