Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GSSContext (0.07 sec)

  1. src/main/java/jcifs/smb/MIEName.java

    package jcifs.smb;
    
    import java.util.Objects;
    
    import org.bouncycastle.asn1.ASN1ObjectIdentifier;
    
    /**
     * This class is used to parse the name of context initiator and
     * context acceptor which are retrieved from GSSContext.
     *
     * @author Shun
     *
     */
    class MIEName {
    
        private static byte[] TOK_ID = { 04, 01 };
        private static int TOK_ID_SIZE = 2;
        private static int MECH_OID_LEN_SIZE = 2;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 3.5K bytes
    - Viewed (0)
Back to top