Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1DerEncoder.java62 Asn1Type containerType = containerAnnotation.type(); in encode() local
63 switch (containerType) { in encode()
71 throw new Asn1EncodingException("Unsupported container type: " + containerType); in encode()