Uses of Class
org.ofdrw.gm.sm2strut.ContentInfo
Packages that use ContentInfo
-
Uses of ContentInfo in org.ofdrw.gm.sm2strut
Methods in org.ofdrw.gm.sm2strut that return ContentInfoModifier and TypeMethodDescriptionSignedData.getContentInfo()static ContentInfoContentInfo.getInstance(Object obj) ContentInfo.setContent(org.bouncycastle.asn1.ASN1Encodable content) ContentInfo.setContentType(org.bouncycastle.asn1.ASN1ObjectIdentifier contentType) Methods in org.ofdrw.gm.sm2strut with parameters of type ContentInfoConstructors in org.ofdrw.gm.sm2strut with parameters of type ContentInfoModifierConstructorDescriptionSignedData(org.bouncycastle.asn1.ASN1Set digestAlgorithms, ContentInfo contentInfo, org.bouncycastle.asn1.ASN1Set certificates, org.bouncycastle.asn1.ASN1Set signerInfos)