Searched refs:derIn (Results 1 – 10 of 10) sorted by relevance
118 public CertId(DerInputStream derIn) throws IOException { in CertId() argument119 hashAlgId = AlgorithmId.parse(derIn.getDerValue()); in CertId()120 issuerNameHash = derIn.getOctetString(); in CertId()121 issuerKeyHash = derIn.getOctetString(); in CertId()122 certSerialNumber = new SerialNumber(derIn); in CertId()
203 DerInputStream derIn = der.getData(); in OCSPResponse() local206 int status = derIn.getEnumerated(); in OCSPResponse()228 der = derIn.getDerValue(); in OCSPResponse()240 derIn = tmp.data; in OCSPResponse()241 ObjectIdentifier responseType = derIn.getOID(); in OCSPResponse()256 new DerInputStream(derIn.getOctetString()); in OCSPResponse()
62 DerInputStream derIn = derValue.getData(); in AccessDescription() local63 accessMethod = derIn.getOID(); in AccessDescription()64 accessLocation = new GeneralName(derIn.getDerValue()); in AccessDescription()
80 DerInputStream derIn = new DerInputStream(derVal.toByteArray()); in construct() local81 DerValue[] seq = derIn.getSequence(2); in construct()
1191 DerInputStream derIn = new DerInputStream(encoded); in getIssuerX500Principal() local1192 DerValue tbsCert = derIn.getSequence(3)[0]; in getIssuerX500Principal()
1866 DerInputStream derIn = new DerInputStream(encoded); in getX500Principal() local1867 DerValue tbsCert = derIn.getSequence(3)[0]; in getX500Principal()
134 DerIndefLenConverter derIn = new DerIndefLenConverter(); in init() local135 buffer = new DerInputBuffer(derIn.convert(inData)); in init()439 DerIndefLenConverter derIn = new DerIndefLenConverter(); in readVector() local440 buffer = new DerInputBuffer(derIn.convert(indefData)); in readVector()
274 DerIndefLenConverter derIn = new DerIndefLenConverter(); in DerValue() local275 inbuf = new DerInputBuffer(derIn.convert(indefData)); in DerValue()392 DerIndefLenConverter derIn = new DerIndefLenConverter(); in init() local393 in = new ByteArrayInputStream(derIn.convert(indefData)); in init()
193 DerInputStream derIn = new DerInputStream(derEncoding); in decode() local194 DerValue[] derVals = derIn.getSet(3,true); in decode()
484 DerInputStream derIn = new DerInputStream(derVal.toByteArray()); in PKCS9Attribute() local485 DerValue[] val = derIn.getSequence(2); in PKCS9Attribute()487 if (derIn.available() != 0) in PKCS9Attribute()