Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1DerEncoder.java84 AnnotatedField resultField = null; in toChoice() local
88 if (resultField != null) { in toChoice()
91 + ": " + resultField.getField().getName() in toChoice()
94 resultField = field; in toChoice()
98 if (resultField == null) { in toChoice()
103 return resultField.toDer(); in toChoice()