/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DERSet.java | 9 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
|
D | DERFactory.java | 6 static final ASN1Set EMPTY_SET = new DERSet();
|
D | DERSetParser.java | 24 return new DERSet(_parser.readVector(), false); in getLoadedObject()
|
D | ASN1Set.java | 378 ASN1Set derSet = new DERSet(); in toDERObject() 393 ASN1Set derSet = new DERSet(); in toDERObject()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
D | RDN.java | 10 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/ |
D | DefaultSignedAttributeTableGenerator.java | 10 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()
|
D | CMSSignedDataGenerator.java | 15 import org.bouncycastle.asn1.DERSet; 207 new DERSet(digestAlgs), in generate() 211 new DERSet(signerInfos)); in generate()
|
D | SignerInformation.java | 18 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()
|
D | CMSSignedData.java | 19 import org.bouncycastle.asn1.DERSet; 463 ASN1Set digests = new DERSet(digestAlgs); in replaceSigners() 464 ASN1Set signers = new DERSet(vec); in replaceSigners()
|
D | SignerInfoGenerator.java | 13 import org.bouncycastle.asn1.DERSet; 252 return new DERSet(attr.toASN1EncodableVector()); in getAttributeSet()
|
D | CMSUtils.java | 19 import org.bouncycastle.asn1.DERSet; 194 return new DERSet(v); in createDerSetFromList()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Attribute.java | 9 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/ |
D | PKIXCertPath.java | 33 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/ |
D | PKCS12KeyStoreSpi.java | 64 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/ |
D | AttributeTable.java | 11 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/ |
D | X509Name.java | 19 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/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |
/external/bouncycastle/patches/ |
D | bcprov.patch | 3994 import org.bouncycastle.asn1.DERSet;
|