Uses of Class
org.mozilla.jss.netscape.security.pkcs.SignerInfo
Packages that use SignerInfo
-
Uses of SignerInfo in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as SignerInfoMethods in org.mozilla.jss.netscape.security.pkcs that return SignerInfoModifier and TypeMethodDescriptionPKCS7.getSignerInfos()
Returns the signer's information specified in this PKCS7 block.PKCS7.verify()
Returns all signerInfos which self-verify.PKCS7.verify
(byte[] bytes) Returns all signerInfos which self-verify.PKCS7.verify
(SignerInfo info, byte[] bytes) This verifies a given SignerInfo.(package private) SignerInfo
(package private) SignerInfo
Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type SignerInfoModifier and TypeMethodDescriptionPKCS7.verify
(SignerInfo info, byte[] bytes) This verifies a given SignerInfo.Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type SignerInfoModifierConstructorDescriptionPKCS7
(AlgorithmId[] digestAlgorithmIds, ContentInfo contentInfo, X509Certificate[] certificates, SignerInfo[] signerInfos) Construct an initialized PKCS7 block.