Searched refs:seqInputStream (Results 1 – 2 of 2) sorted by relevance
98 try (ASN1InputStream seqInputStream = new ASN1InputStream( in getAsn1SequenceFromStream() argument100 asn1Primitive = seqInputStream.readObject(); in getAsn1SequenceFromStream()
184 try (ASN1InputStream seqInputStream = new ASN1InputStream(derSequenceBytes)) { in ParsedAttestationRecord() argument185 seq = (ASN1Sequence) seqInputStream.readObject(); in ParsedAttestationRecord()