Home
last modified time | relevance | path

Searched refs:getLongFromAsn1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAsn1Utils.java55 public static Long getLongFromAsn1(ASN1Encodable asn1Value) throws CertificateParsingException { in getLongFromAsn1() method in Asn1Utils
135 return new Date(getLongFromAsn1(value)); in getDateFromAsn1()
DAuthorizationList.java212 rsaPublicExponent = Asn1Utils.getLongFromAsn1(value); in AuthorizationList()