Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1BerParser.java314 Asn1Class containerAnnotation = containerClass.getDeclaredAnnotation(Asn1Class.class); in getContainerAsn1Type() local
315 if (containerAnnotation == null) { in getContainerAsn1Type()
321 switch (containerAnnotation.type()) { in getContainerAsn1Type()
325 return containerAnnotation.type(); in getContainerAsn1Type()
329 + containerAnnotation.type()); in getContainerAsn1Type()
647 Asn1Class containerAnnotation = in convert() local
649 if ((containerAnnotation != null) in convert()
650 && (containerAnnotation.type() == Asn1Type.SEQUENCE)) { in convert()
657 Asn1Class containerAnnotation = in convert() local
659 if ((containerAnnotation != null) in convert()
[all …]
DAsn1DerEncoder.java56 Asn1Class containerAnnotation = containerClass.getDeclaredAnnotation(Asn1Class.class); in encode() local
57 if (containerAnnotation == null) { in encode()
62 Asn1Type containerType = containerAnnotation.type(); in encode()
563 Asn1Class containerAnnotation = in toDer() local
565 if ((containerAnnotation != null) in toDer()
566 && (containerAnnotation.type() == Asn1Type.SEQUENCE)) { in toDer()
573 Asn1Class containerAnnotation = in toDer() local
575 if ((containerAnnotation != null) in toDer()
576 && (containerAnnotation.type() == Asn1Type.CHOICE)) { in toDer()