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

/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKeyImpl.java51 class KeyImpl implements SecretKey, Destroyable, Serializable { class in inherits:SecretKey,Destroyable,Serializable
61 * Constructs a KeyImpl from the given bytes.
67 public KeyImpl(byte[] keyBytes, method in class:KeyImpl
74 * Constructs a KeyImpl from a password.
83 public KeyImpl(KerberosPrincipal principal, method in class:KeyImpl
169 * @serialData this <code>KeyImpl</code> is serialized by
228 if (! (other instanceof KeyImpl)) {
232 KeyImpl otherKey = ((KeyImpl) other);

Completed in 22 milliseconds