Searched refs:CMSAlgorithmProtection (Results 1 – 8 of 8) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | CMSAlgorithmProtection.java | 27 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/ |
D | CMSAlgorithmProtection.java | 29 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/ |
D | CMSAlgorithmProtection.java | 29 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/ |
D | rfc6211.py | 37 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/ |
D | DefaultSignedAttributeTableGenerator.java | 13 import org.bouncycastle.asn1.cms.CMSAlgorithmProtection; 100 …bute attr = new Attribute(CMSAttributes.cmsAlgorithmProtect, new DERSet(new CMSAlgorithmProtection( in createStandardAttributeTable() 102 …CMSAlgorithmProtection.SIGNATURE, (AlgorithmIdentifier)parameters.get(CMSAttributeTableGenerator.S… in createStandardAttributeTable()
|
D | SignerInformation.java | 21 import org.bouncycastle.asn1.cms.CMSAlgorithmProtection; 495 …CMSAlgorithmProtection algorithmProtection = CMSAlgorithmProtection.getInstance(attr.getAttributeV… in doVerify()
|
/external/python/pyasn1-modules/tests/ |
D | test_rfc6211.py | 77 sav, rest = der_decode(sav0, asn1Spec=rfc6211.CMSAlgorithmProtection())
|
/external/python/asn1crypto/asn1crypto/ |
D | cms.py | 141 class CMSAlgorithmProtection(Sequence): class 166 _child_spec = CMSAlgorithmProtection
|