Searched defs:KRBError (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKRBError.java49 * Implements the ASN.1 KRBError type.
83 public class KRBError implements java.io.Serializable { class in inherits:java.io.Serializable
124 public KRBError( method in class:KRBError
155 public KRBError( method in class:KRBError
188 public KRBError(byte[] data) throws Asn1Exception, method in class:KRBError
194 public KRBError(DerValue encoding) throws Asn1Exception, method in class:KRBError
305 * Initializes a KRBError object.
394 System.out.println(">>>KRBError:");
429 * Encodes an KRBError object.
430 * @return the byte array of encoded KRBError objec
[all...]

Completed in 475 milliseconds