Home
last modified time | relevance | path

Searched refs:CMSAlgorithmProtection (Results 1 – 8 of 8) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DCMSAlgorithmProtection.java27 public class CMSAlgorithmProtection class
37 …public CMSAlgorithmProtection(AlgorithmIdentifier digestAlgorithm, int type, AlgorithmIdentifier a… in CMSAlgorithmProtection() method in CMSAlgorithmProtection
62 private CMSAlgorithmProtection(ASN1Sequence sequence) in CMSAlgorithmProtection() method in CMSAlgorithmProtection
89 public static CMSAlgorithmProtection getInstance( in getInstance()
92 if (obj instanceof CMSAlgorithmProtection) in getInstance()
94 return (CMSAlgorithmProtection)obj; in getInstance()
98 return new CMSAlgorithmProtection(ASN1Sequence.getInstance(obj)); in getInstance()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DCMSAlgorithmProtection.java29 public class CMSAlgorithmProtection class
39 …public CMSAlgorithmProtection(AlgorithmIdentifier digestAlgorithm, int type, AlgorithmIdentifier a… in CMSAlgorithmProtection() method in CMSAlgorithmProtection
64 private CMSAlgorithmProtection(ASN1Sequence sequence) in CMSAlgorithmProtection() method in CMSAlgorithmProtection
91 public static CMSAlgorithmProtection getInstance( in getInstance()
94 if (obj instanceof CMSAlgorithmProtection) in getInstance()
96 return (CMSAlgorithmProtection)obj; in getInstance()
100 return new CMSAlgorithmProtection(ASN1Sequence.getInstance(obj)); in getInstance()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/
DCMSAlgorithmProtection.java29 public class CMSAlgorithmProtection class
39 …public CMSAlgorithmProtection(AlgorithmIdentifier digestAlgorithm, int type, AlgorithmIdentifier a… in CMSAlgorithmProtection() method in CMSAlgorithmProtection
64 private CMSAlgorithmProtection(ASN1Sequence sequence) in CMSAlgorithmProtection() method in CMSAlgorithmProtection
91 public static CMSAlgorithmProtection getInstance( in getInstance()
94 if (obj instanceof CMSAlgorithmProtection) in getInstance()
96 return (CMSAlgorithmProtection)obj; in getInstance()
100 return new CMSAlgorithmProtection(ASN1Sequence.getInstance(obj)); in getInstance()
/external/python/pyasn1-modules/pyasn1_modules/
Drfc6211.py37 class CMSAlgorithmProtection(univ.Sequence): class
40 CMSAlgorithmProtection.componentType = namedtype.NamedTypes(
50 CMSAlgorithmProtection.subtypeSpec = constraint.ConstraintsUnion(
62 aa_cmsAlgorithmProtection['attrValues'][0] = CMSAlgorithmProtection()
69 id_aa_cmsAlgorithmProtect: CMSAlgorithmProtection(),
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultSignedAttributeTableGenerator.java13 import org.bouncycastle.asn1.cms.CMSAlgorithmProtection;
100 …bute attr = new Attribute(CMSAttributes.cmsAlgorithmProtect, new DERSet(new CMSAlgorithmProtection( in createStandardAttributeTable()
102CMSAlgorithmProtection.SIGNATURE, (AlgorithmIdentifier)parameters.get(CMSAttributeTableGenerator.S… in createStandardAttributeTable()
DSignerInformation.java21 import org.bouncycastle.asn1.cms.CMSAlgorithmProtection;
495CMSAlgorithmProtection algorithmProtection = CMSAlgorithmProtection.getInstance(attr.getAttributeV… in doVerify()
/external/python/pyasn1-modules/tests/
Dtest_rfc6211.py77 sav, rest = der_decode(sav0, asn1Spec=rfc6211.CMSAlgorithmProtection())
/external/python/asn1crypto/asn1crypto/
Dcms.py141 class CMSAlgorithmProtection(Sequence): class
166 _child_spec = CMSAlgorithmProtection