Uses of Class
netscape.security.pkcs.SignerInfo
-
Packages that use SignerInfo Package Description netscape.security.pkcs -
-
Uses of SignerInfo in netscape.security.pkcs
Methods in netscape.security.pkcs that return SignerInfo Modifier and Type Method Description SignerInfo[]
PKCS7. getSignerInfos()
Returns the signer's information specified in this PKCS7 block.SignerInfo[]
PKCS7. verify()
Returns all signerInfos which self-verify.SignerInfo[]
PKCS7. verify(byte[] bytes)
Returns all signerInfos which self-verify.SignerInfo
PKCS7. verify(SignerInfo info, byte[] bytes)
This verifies a given SignerInfo.Methods in netscape.security.pkcs with parameters of type SignerInfo Modifier and Type Method Description SignerInfo
PKCS7. verify(SignerInfo info, byte[] bytes)
This verifies a given SignerInfo.Constructors in netscape.security.pkcs with parameters of type SignerInfo Constructor Description PKCS7(AlgorithmId[] digestAlgorithmIds, ContentInfo contentInfo, java.security.cert.X509Certificate[] certificates, SignerInfo[] signerInfos)
Construct an initialized PKCS7 block.
-