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

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKRBSafe.java41 * Implements the ASN.1 KRBSafe type.
59 public class KRBSafe { class
65 public KRBSafe(KRBSafeBody new_safeBody, Checksum new_cksum) { method in class:KRBSafe
72 public KRBSafe(byte[] data) throws Asn1Exception, method in class:KRBSafe
77 public KRBSafe(DerValue encoding) throws Asn1Exception, method in class:KRBSafe
83 * Initializes an KRBSafe object.
125 * Encodes an KRBSafe object.
126 * @return byte array of encoded KRBSafe object.

Completed in 25 milliseconds