HomeSort by relevance Sort by last modified time
    Searched refs:indirectReference (Results 1 - 14 of 14) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1External.java 12 protected ASN1Integer indirectReference;
42 indirectReference = (ASN1Integer) enc;
81 * @param indirectReference The indirect reference or <code>null</code> if not set.
85 public ASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)
87 this(directReference, indirectReference, dataValueDescriptor, externalData.getTagNo(), externalData.toASN1Primitive());
94 * @param indirectReference The indirect reference or <code>null</code> if not set.
99 public ASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)
102 setIndirectReference(indirectReference);
115 return new DERExternal(directReference, indirectReference, dataValueDescriptor, encoding, externalContent);
128 if (indirectReference != null
    [all...]
DERExternal.java 33 * @param indirectReference The indirect reference or <code>null</code> if not set.
37 public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)
39 this(directReference, indirectReference, dataValueDescriptor, externalData.getTagNo(), externalData.toASN1Primitive());
46 * @param indirectReference The indirect reference or <code>null</code> if not set.
51 public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)
53 super(directReference, indirectReference, dataValueDescriptor, encoding, externalData);
73 if (indirectReference != null)
75 baos.write(indirectReference.getEncoded(ASN1Encoding.DER));
DLExternal.java 33 * @param indirectReference The indirect reference or <code>null</code> if not set.
37 public DLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)
39 this(directReference, indirectReference, dataValueDescriptor, externalData.getTagNo(), externalData.toASN1Primitive());
46 * @param indirectReference The indirect reference or <code>null</code> if not set.
51 public DLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)
53 super(directReference, indirectReference, dataValueDescriptor, encoding, externalData);
73 if (indirectReference != null)
75 baos.write(indirectReference.getEncoded(ASN1Encoding.DL));
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
ASN1External.java 14 protected ASN1Integer indirectReference;
44 indirectReference = (ASN1Integer) enc;
83 * @param indirectReference The indirect reference or <code>null</code> if not set.
87 public ASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)
89 this(directReference, indirectReference, dataValueDescriptor, externalData.getTagNo(), externalData.toASN1Primitive());
96 * @param indirectReference The indirect reference or <code>null</code> if not set.
101 public ASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)
104 setIndirectReference(indirectReference);
117 return new DERExternal(directReference, indirectReference, dataValueDescriptor, encoding, externalContent);
130 if (indirectReference != null
    [all...]
DERExternal.java 35 * @param indirectReference The indirect reference or <code>null</code> if not set.
39 public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)
41 this(directReference, indirectReference, dataValueDescriptor, externalData.getTagNo(), externalData.toASN1Primitive());
48 * @param indirectReference The indirect reference or <code>null</code> if not set.
53 public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)
55 super(directReference, indirectReference, dataValueDescriptor, encoding, externalData);
75 if (indirectReference != null)
77 baos.write(indirectReference.getEncoded(ASN1Encoding.DER));
DLExternal.java 35 * @param indirectReference The indirect reference or <code>null</code> if not set.
39 public DLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData)
41 this(directReference, indirectReference, dataValueDescriptor, externalData.getTagNo(), externalData.toASN1Primitive());
48 * @param indirectReference The indirect reference or <code>null</code> if not set.
53 public DLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData)
55 super(directReference, indirectReference, dataValueDescriptor, encoding, externalData);
75 if (indirectReference != null)
77 baos.write(indirectReference.getEncoded(ASN1Encoding.DL));
  /external/skia/src/pdf/
SkPDFFont.h 76 SkPDFIndirectReference indirectReference() const { return fIndirectReference; }
124 SkPDFIndirectReference indirectReference);
SkPDFFont.cpp 236 SkPDFIndirectReference indirectReference)
239 , fIndirectReference(indirectReference)
408 doc->emit(fontDict, font.indirectReference());
515 doc->emit(font, pdfFont.indirectReference());
759 doc->emit(font, pdfFont.indirectReference());
    [all...]
SkPDFDocument.cpp 448 return u->indirectReference().fValue < v->indirectReference().fValue;
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFFont.h 76 SkPDFIndirectReference indirectReference() const { return fIndirectReference; }
124 SkPDFIndirectReference indirectReference);
SkPDFFont.cpp 235 SkPDFIndirectReference indirectReference)
238 , fIndirectReference(indirectReference)
412 doc->emit(fontDict, font.indirectReference());
519 doc->emit(font, pdfFont.indirectReference());
763 doc->emit(font, pdfFont.indirectReference());
    [all...]
SkPDFDocument.cpp 449 return u->indirectReference().fValue < v->indirectReference().fValue;
SkPDFDevice.cpp     [all...]

Completed in 442 milliseconds