Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1DerEncoder.java458 Class<?> sourceType = source.getClass(); in toDer() local
459 if (Asn1OpaqueObject.class.equals(sourceType)) { in toDer()
505 sourceType.getDeclaredAnnotation(Asn1Class.class); in toDer()
515 sourceType.getDeclaredAnnotation(Asn1Class.class); in toDer()
529 "Unsupported conversion: " + sourceType.getName() + " to ASN.1 " + targetType); in toDer()
DAsn1BerParser.java578 Asn1Type sourceType, in convert() argument
596 switch (sourceType) { in convert()
636 "Unsupported conversion: ASN.1 " + sourceType + " to " + targetType.getName()); in convert()