Searched refs:rep_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DEncKDCRepPart.java114 public EncKDCRepPart(byte[] data, int rep_type) argument
116 init(new DerValue(data), rep_type);
119 public EncKDCRepPart(DerValue encoding, int rep_type) argument
121 init(encoding, rep_type);
128 * @param rep_type type of the encrypted reply message.
133 protected void init(DerValue encoding, int rep_type) argument
173 * @param rep_type type of encrypted reply message.
178 public byte[] asn1Encode(int rep_type) throws Asn1Exception, argument
216 //should use the rep_type to build the encoding

Completed in 92 milliseconds