- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ASN1Primitive (0.11 sec)
-
src/main/java/jcifs/pac/ASN1Util.java
*/ public static <T extends ASN1Primitive> T as ( Class<T> type, ASN1InputStream stream ) throws PACDecodingException, IOException { return as(type, stream.readObject()); } /** * * @param type * @param tagged * @return tagged object contents cast to type * @throws PACDecodingException */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Oct 02 12:02:06 UTC 2023 - 6.5K bytes - Viewed (0)