Searched refs:targetType (Results 1 – 5 of 5) sorted by relevance
591 Class<T> targetType) throws Asn1DecodingException { in convert() argument592 if (ByteBuffer.class.equals(targetType)) { in convert()594 } else if (byte[].class.equals(targetType)) { in convert()602 } else if (Asn1OpaqueObject.class.equals(targetType)) { in convert()608 if ((int.class.equals(targetType)) || (Integer.class.equals(targetType))) { in convert()610 } else if ((long.class.equals(targetType)) || (Long.class.equals(targetType))) { in convert()612 } else if (BigInteger.class.equals(targetType)) { in convert()617 if (String.class.equals(targetType)) { in convert()623 if (String.class.equals(targetType)) { in convert()630 if (boolean.class.equals(targetType)) { in convert()[all …]
502 public static byte[] toDer(Object source, Asn1Type targetType, Asn1Type targetElementType) in toDer() argument512 if ((targetType == null) || (targetType == Asn1Type.ANY)) { in toDer()516 switch (targetType) { in toDer()531 BerEncoding.getTagNumber(targetType), in toDer()553 BerEncoding.getTagNumber(targetType), ((String) source).getBytes()); in toDer()590 "Unsupported conversion: " + sourceType.getName() + " to ASN.1 " + targetType); in toDer()
META-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...