Home
last modified time | relevance | path

Searched refs:DERSet (Results 1 – 25 of 86) sorted by relevance

1234

/dports/java/bouncycastle15/crypto-169/util/src/test/java/org/bouncycastle/asn1/cms/test/
H A DAttributeTableUnitTest.java7 import org.bouncycastle.asn1.DERSet;
29 v.add(new Attribute(type1, new DERSet(type1))); in performTest()
30 v.add(new Attribute(type2, new DERSet(type2))); in performTest()
39 if (!a.getAttrValues().equals(new DERSet(type1))) in performTest()
49 if (!a.getAttrValues().equals(new DERSet(type2))) in performTest()
89 v.add(new Attribute(type1, new DERSet(type1))); in performTest()
90 v.add(new Attribute(type1, new DERSet(type2))); in performTest()
91 v.add(new Attribute(type1, new DERSet(type3))); in performTest()
92 v.add(new Attribute(type2, new DERSet(type2))); in performTest()
97 if (!a.getAttrValues().equals(new DERSet(type1))) in performTest()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/
H A DDERSet.java15 public class DERSet class
18 public static DERSet convert(ASN1Set set) in convert()
20 return (DERSet)set.toDERObject(); in convert()
28 public DERSet() in DERSet() method in DERSet
36 public DERSet(ASN1Encodable element) in DERSet() method in DERSet
45 public DERSet(ASN1EncodableVector elementVector) in DERSet() method in DERSet
54 public DERSet(ASN1Encodable[] elements) in DERSet() method in DERSet
59 DERSet(boolean isSorted, ASN1Encodable[] elements) in DERSet() method in DERSet
H A DDERFactory.java6 static final ASN1Set EMPTY_SET = new DERSet();
25 return new DERSet(v); in createSet()
H A DASN1Set.java422 return new DERSet(true, tmp);
449 DERSet dis = (DERSet)this.toDERObject();
450 DERSet dat = (DERSet)that.toDERObject();
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/
H A DDERSet.java10 public class DERSet class
16 public DERSet() in DERSet() method in DERSet
23 public DERSet( in DERSet() method in DERSet
32 public DERSet( in DERSet() method in DERSet
41 public DERSet( in DERSet() method in DERSet
55 DERSet( in DERSet() method in DERSet
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DX509StreamParserTest.java5 import org.bouncycastle.asn1.DERSet;
232 …a = new SignedData(new DERSet(), new ContentInfo(CMSObjectIdentifiers.data, null), new DERSet(cert… in performTest()
271 …gData = new SignedData(new DERSet(), new ContentInfo(CMSObjectIdentifiers.data, null), new DERSet(… in performTest()
309 …sigData = new SignedData(new DERSet(), new ContentInfo(CMSObjectIdentifiers.data, null), null, nul… in performTest()
H A DCertTest.java37 import org.bouncycastle.asn1.DERSet;
1449 …a = new SignedData(new DERSet(), new ContentInfo(CMSObjectIdentifiers.data, null), new DERSet(cert… in pkcs7Test()
1484 …gData = new SignedData(new DERSet(), new ContentInfo(CMSObjectIdentifiers.data, null), new DERSet(… in pkcs7Test()
1501 …sigData = new SignedData(new DERSet(), new ContentInfo(CMSObjectIdentifiers.data, null), null, nul… in pkcs7Test()
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/smime/
H A DSMIMEEncryptionKeyPreferenceAttribute.java4 import org.bouncycastle.asn1.DERSet;
27 new DERSet(new DERTaggedObject(false, 0, issAndSer))); in SMIMEEncryptionKeyPreferenceAttribute()
35 new DERSet(new DERTaggedObject(false, 1, rKeyId))); in SMIMEEncryptionKeyPreferenceAttribute()
46 new DERSet(new DERTaggedObject(false, 2, sKeyId))); in SMIMEEncryptionKeyPreferenceAttribute()
H A DSMIMECapabilitiesAttribute.java4 import org.bouncycastle.asn1.DERSet;
14 new DERSet(new DERSequence(capabilities.toASN1EncodableVector()))); in SMIMECapabilitiesAttribute()
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/asn1/test/
H A DSetTest.java12 import org.bouncycastle.asn1.DERSet;
51 checkedSortedSet(0, new DERSet(v)); in performTest()
59 checkedSortedSet(1, new DERSet(v)); in performTest()
68 checkedSortedSet(2, new DERSet(v)); in performTest()
76 checkedSortedSet(3, new DERSet(v)); in performTest()
107 s = new DERSet(v); in performTest()
H A DX500NameTest.java17 import org.bouncycastle.asn1.DERSet;
440 if (name1.equals(new DERSequence(new DERSet()))) in performTest()
449 if (name1.equals(new DERSequence(new DERSet(new DERSet(v))))) in performTest()
454 if (name1.equals(new DERSequence(new DERSet(new DERSet(v))))) in performTest()
459 if (name1.equals(new DERSequence(new DERSet(new DERSequence())))) in performTest()
464 if (name1.equals(new DERSequence(new DERSet(new DERSequence())))) in performTest()
474 if (name1.equals(new DERSequence(new DERSet(new DERSequence(v))))) in performTest()
H A DX509NameTest.java20 import org.bouncycastle.asn1.DERSet;
414 if (name1.equals(new DERSequence(new DERSet()))) in performTest()
423 if (name1.equals(new DERSequence(new DERSet(new DERSet(v))))) in performTest()
428 if (name1.equals(new DERSequence(new DERSet(new DERSet(v))), true)) in performTest()
433 if (name1.equals(new DERSequence(new DERSet(new DERSequence())))) in performTest()
438 if (name1.equals(new DERSequence(new DERSet(new DERSequence())), true)) in performTest()
448 if (name1.equals(new DERSequence(new DERSet(new DERSequence(v))))) in performTest()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DDefaultSignedAttributeTableGenerator.java10 import org.bouncycastle.asn1.DERSet;
76 new DERSet(contentType)); in createStandardAttributeTable()
85 new DERSet(new Time(signingTime))); in createStandardAttributeTable()
94 new DERSet(new DEROctetString(messageDigest))); in createStandardAttributeTable()
100 …Attribute attr = new Attribute(CMSAttributes.cmsAlgorithmProtect, new DERSet(new CMSAlgorithmProte… in createStandardAttributeTable()
H A DDefaultAuthenticatedAttributeTableGenerator.java9 import org.bouncycastle.asn1.DERSet;
77 new DERSet(contentType)); in createStandardAttributeTable()
86 new DERSet(new DEROctetString(messageDigest))); in createStandardAttributeTable()
92 …Attribute attr = new Attribute(CMSAttributes.cmsAlgorithmProtect, new DERSet(new CMSAlgorithmProte… in createStandardAttributeTable()
H A DCMSAuthenticatedDataGenerator.java18 import org.bouncycastle.asn1.DERSet;
116 …ASN1Set authed = new DERSet(authGen.getAttributes(Collections.unmodifiableMap(parameters)).toASN1E… in generate()
138 …authData = new AuthenticatedData(originatorInfo, new DERSet(recipientInfos), macCalculator.getAlgo… in generate()
166 …authData = new AuthenticatedData(originatorInfo, new DERSet(recipientInfos), macCalculator.getAlgo… in generate()
H A DCMSAuthEnvelopedDataGenerator.java15 import org.bouncycastle.asn1.DERSet;
57 authenticatedAttrSet = new DERSet(attrTable.toASN1EncodableVector()); in doGenerate()
100 …new AuthEnvelopedData(originatorInfo, new DERSet(recipientInfos), eci, authenticatedAttrSet, new D… in doGenerate()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkcs/
H A DPKCS10CertificationRequestBuilder.java14 import org.bouncycastle.asn1.DERSet;
129 attributes.add(new Attribute(attrType, new DERSet(attrValue))); in addAttribute()
142 attributes.add(new Attribute(attrType, new DERSet(attrValues))); in addAttribute()
179 info = new CertificationRequestInfo(subject, publicKeyInfo, new DERSet()); in build()
191 info = new CertificationRequestInfo(subject, publicKeyInfo, new DERSet(v)); in build()
H A DPKCS12SafeBagBuilder.java9 import org.bouncycastle.asn1.DERSet;
67 bagAttrs.add(new Attribute(attrType, new DERSet(attrValue))); in addBagAttribute()
74 return new PKCS12SafeBag(new SafeBag(bagType, bagValue, new DERSet(bagAttrs))); in build()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/x500/
H A DRDN.java10 import org.bouncycastle.asn1.DERSet;
52 this.values = new DERSet(new DERSequence(v)); in RDN()
57 this.values = new DERSet(attrTAndV); in RDN()
67 this.values = new DERSet(aAndVs); in RDN()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/x509/
H A DX509Attribute.java9 import org.bouncycastle.asn1.DERSet;
41 this.attr = new Attribute(new ASN1ObjectIdentifier(oid), new DERSet(value)); in X509Attribute()
55 this.attr = new Attribute(new ASN1ObjectIdentifier(oid), new DERSet(value)); in X509Attribute()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/x509/
H A DX509Attribute.java8 import org.gudy.bouncycastle.asn1.DERSet;
39 this.attr = new Attribute(new DERObjectIdentifier(oid), new DERSet(value)); in X509Attribute()
53 this.attr = new Attribute(new DERObjectIdentifier(oid), new DERSet(value)); in X509Attribute()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfPKCS7.java97 import org.bouncycastle.asn1.DERSet;
305 dout.writeObject(new DERSet(attribute)); in PdfPKCS7()
815 DERSet digestAlgorithms = new DERSet(digestAlgorithms_); in getEncodedPKCS7()
832 DERSet dercertificates = new DERSet(v); in getEncodedPKCS7()
866 v.add(new DERSet(new DEROctetString(secondDigest))); in getEncodedPKCS7()
893 DERSet dercrls = new DERSet(v); in getEncodedPKCS7()
898 body.add(new DERSet(new DERSequence(signerinfo))); in getEncodedPKCS7()
953 v.add(new DERSet(new ASN1ObjectIdentifier(ID_PKCS7_DATA))); in getAuthenticatedAttributeBytes()
957 v.add(new DERSet(new DERUTCTime(signingTime.getTime()))); in getAuthenticatedAttributeBytes()
961 v.add(new DERSet(new DEROctetString(secondDigest))); in getAuthenticatedAttributeBytes()
[all …]
/dports/java/bouncycastle15/crypto-169/pkix/src/main/j2me/org/bouncycastle/cert/
H A DX509v2AttributeCertificateBuilder.java10 import org.bouncycastle.asn1.DERSet;
55 acInfoGen.addAttribute(new Attribute(attrType, new DERSet(attrValue))); in addAttribute()
69 acInfoGen.addAttribute(new Attribute(attrType, new DERSet(attrValues))); in addAttribute()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/jce/
H A DPKCS7SignedData.java505 DERSet algos = new DERSet(v); in getEncoded()
521 DERSet dercertificates = new DERSet(v); in getEncoded()
570 DERSet dercrls = new DERSet(v); in getEncoded()
576 body.add(new DERSet(new DERSequence(signerinfo))); in getEncoded()
/dports/java/bouncycastle15/crypto-169/core/src/main/j2me/org/bouncycastle/asn1/
H A DASN1Set.java423 return new DERSet(true, tmp);
450 DERSet dis = (DERSet)this.toDERObject();
451 DERSet dat = (DERSet)that.toDERObject();

1234