Searched refs:sourceType (Results 1 – 2 of 2) sorted by relevance
458 Class<?> sourceType = source.getClass(); in toDer() local459 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()
578 Asn1Type sourceType, in convert() argument596 switch (sourceType) { in convert()636 "Unsupported conversion: ASN.1 " + sourceType + " to " + targetType.getName()); in convert()