Uses of Class
org.ofdrw.gm.sm2strut.SignerInfo
Packages that use SignerInfo
-
Uses of SignerInfo in org.ofdrw.gm.sm2strut
Methods in org.ofdrw.gm.sm2strut that return SignerInfoModifier and TypeMethodDescriptionstatic SignerInfoSignerInfo.getInstance(Object o) SignerInfo.setAuthenticatedAttributes(org.bouncycastle.asn1.ASN1Set authenticatedAttributes) SignerInfo.setDigestAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm) SignerInfo.setDigestEncryptionAlgorithm(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestEncryptionAlgorithm) SignerInfo.setEncryptedDigest(org.bouncycastle.asn1.ASN1OctetString encryptedDigest) SignerInfo.setIssuerAngSerialNumber(IssuerAndSerialNumber issuerAngSerialNumber) SignerInfo.setUnauthenticatedAttributes(org.bouncycastle.asn1.ASN1Set unauthenticatedAttributes) SignerInfo.setVersion(org.bouncycastle.asn1.ASN1Integer version) -
Uses of SignerInfo in org.ofdrw.gm.sm2strut.builder
Methods in org.ofdrw.gm.sm2strut.builder that return SignerInfoModifier and TypeMethodDescriptionstatic SignerInfoPKCS9SignedDataBuilder.sign(byte[] digest, Signature signFnc, IssuerAndSerialNumber isn) 构造签名者信息static SignerInfoSignedDataBuilder.sm2Signer(byte[] signature, org.bouncycastle.asn1.x509.Certificate certificate) 构造签名者信息