< prev index next >

src/java.security.jgss/share/classes/sun/security/krb5/internal/MethodData.java

Print this page

        

*** 36,51 **** import java.math.BigInteger; /** * Implements the ASN.1 EncKrbPrivPart type. * ! * <xmp> * METHOD-DATA ::= SEQUENCE { * method-type[0] INTEGER, * method-data[1] OCTET STRING OPTIONAL * } ! * </xmp> */ public class MethodData { private int methodType; private byte[] methodData = null; //optional --- 36,51 ---- import java.math.BigInteger; /** * Implements the ASN.1 EncKrbPrivPart type. * ! * <pre>{@code * METHOD-DATA ::= SEQUENCE { * method-type[0] INTEGER, * method-data[1] OCTET STRING OPTIONAL * } ! * }</pre> */ public class MethodData { private int methodType; private byte[] methodData = null; //optional
< prev index next >