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

/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DWrapToken.java41 * another type of MessageToken. All data in a WrapToken is prepended
42 * by a random counfounder of 8 bytes. All data in a WrapToken is
49 class WrapToken extends MessageToken { class in inherits:MessageToken
51 * The size of the random confounder used in a WrapToken.
56 * The padding used with a WrapToken. All data is padded to the
108 * Constructs a WrapToken from token bytes obtained from the
119 public WrapToken(Krb5Context context, method in class:WrapToken
139 * Constructs a WrapToken from token bytes read on the fly from
149 public WrapToken(Krb5Context context, method in class:WrapToken
160 debug("WrapToken Con
400 public WrapToken(Krb5Context context, MessageProp prop, method in class:WrapToken
[all...]

Completed in 131 milliseconds