Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERSet.java9 public class DERSet class
17 public DERSet() in DERSet() method in DERSet
24 public DERSet( in DERSet() method in DERSet
33 public DERSet( in DERSet() method in DERSet
42 public DERSet( in DERSet() method in DERSet
48 DERSet( in DERSet() method in DERSet
DDERFactory.java6 static final ASN1Set EMPTY_SET = new DERSet();
DDERSetParser.java24 return new DERSet(_parser.readVector(), false); in getLoadedObject()
DASN1Set.java378 ASN1Set derSet = new DERSet(); in toDERObject()
393 ASN1Set derSet = new DERSet(); in toDERObject()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DRDN.java10 import org.bouncycastle.asn1.DERSet;
49 this.values = new DERSet(new DERSequence(v)); in RDN()
54 this.values = new DERSet(attrTAndV); in RDN()
64 this.values = new DERSet(aAndVs); in RDN()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultSignedAttributeTableGenerator.java10 import org.bouncycastle.asn1.DERSet;
74 new DERSet(contentType)); in createStandardAttributeTable()
83 new DERSet(new Time(signingTime))); in createStandardAttributeTable()
92 new DERSet(new DEROctetString(messageDigest))); in createStandardAttributeTable()
DCMSSignedDataGenerator.java15 import org.bouncycastle.asn1.DERSet;
207 new DERSet(digestAlgs), in generate()
211 new DERSet(signerInfos)); in generate()
DSignerInformation.java18 import org.bouncycastle.asn1.DERSet;
630 unsignedAttr = new DERSet(unsignedAttributes.toASN1EncodableVector()); in replaceUnsignedAttributes()
673 v.add(new Attribute(CMSAttributes.counterSignature, new DERSet(sigs))); in addCounterSigners()
677 …atedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), new DERSet(v)), in addCounterSigners()
DCMSSignedData.java19 import org.bouncycastle.asn1.DERSet;
463 ASN1Set digests = new DERSet(digestAlgs); in replaceSigners()
464 ASN1Set signers = new DERSet(vec); in replaceSigners()
DSignerInfoGenerator.java13 import org.bouncycastle.asn1.DERSet;
252 return new DERSet(attr.toASN1EncodableVector()); in getAttributeSet()
DCMSUtils.java19 import org.bouncycastle.asn1.DERSet;
194 return new DERSet(v); in createDerSetFromList()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Attribute.java9 import org.bouncycastle.asn1.DERSet;
40 this.attr = new Attribute(new ASN1ObjectIdentifier(oid), new DERSet(value)); in X509Attribute()
54 this.attr = new Attribute(new ASN1ObjectIdentifier(oid), new DERSet(value)); in X509Attribute()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DPKIXCertPath.java33 import org.bouncycastle.asn1.DERSet;
299 new DERSet(), in getEncoded()
301 new DERSet(v), in getEncoded()
303 new DERSet()); in getEncoded()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java64 import org.bouncycastle.asn1.DERSet;
1332 kSeq.add(new DERSet(bagAttrs.getBagAttribute(oid))); in doStore()
1349 kSeq.add(new DERSet(createSubjectKeyId(ct.getPublicKey()))); in doStore()
1356 kSeq.add(new DERSet(new DERBMPString(name))); in doStore()
1361 … SafeBag kBag = new SafeBag(pkcs8ShroudedKeyBag, kInfo.toASN1Primitive(), new DERSet(kName)); in doStore()
1421 fSeq.add(new DERSet(bagAttrs.getBagAttribute(oid))); in doStore()
1433 fSeq.add(new DERSet(createSubjectKeyId(cert.getPublicKey()))); in doStore()
1439 fSeq.add(new DERSet(new DERBMPString(name))); in doStore()
1444 SafeBag sBag = new SafeBag(certBag, cBag.toASN1Primitive(), new DERSet(fName)); in doStore()
1505 fSeq.add(new DERSet(bagAttrs.getBagAttribute(oid))); in doStore()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java11 import org.bouncycastle.asn1.DERSet;
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue))); in add()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509Name.java19 import org.bouncycastle.asn1.DERSet;
949 vec.add(new DERSet(sVec)); in toASN1Primitive()
958 vec.add(new DERSet(sVec)); in toASN1Primitive()
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/bouncycastle/patches/
Dbcprov.patch3994 import org.bouncycastle.asn1.DERSet;