Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getObjectAt (0.1 sec)

  1. src/main/java/jcifs/pac/ASN1Util.java

         */
        public static <T extends ASN1Primitive> T as(final Class<T> type, final ASN1Sequence sequence, final int index)
                throws PACDecodingException {
            return as(type, sequence.getObjectAt(index));
        }
    
        /**
         * Read a tagged object without parsing it's contents
         *
         * BC no longer seems to allow that out of the box
         *
         * @param expectTag the expected tag number
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top