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

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DEncryptionKey.java46 * This class encapsulates the concept of an EncryptionKey. An encryption
49 * EncryptionKey ::= SEQUENCE {
67 public class EncryptionKey class in inherits:Cloneable
70 public static final EncryptionKey NULL_KEY =
71 new EncryptionKey(new byte[] {}, EncryptedData.ETYPE_NULL, null);
97 return new EncryptionKey(keyValue, keyType, kvno);
112 public static EncryptionKey acquireSecretKey(PrincipalName princ,
140 public static EncryptionKey[] acquireSecretKeys(PrincipalName princ,
162 public static EncryptionKey acquireSecretKey(PrincipalName cname,
185 public static EncryptionKey acquireSecretKe
233 public EncryptionKey(byte[] keyValue, method in class:EncryptionKey
256 public EncryptionKey(int keyType, method in class:EncryptionKey
303 public EncryptionKey(char[] password, method in class:EncryptionKey
335 EncryptionKey(EncryptionKey key) throws KrbCryptoException { method in class:EncryptionKey
390 public EncryptionKey(DerValue encoding) throws Asn1Exception, IOException { method in class:EncryptionKey
[all...]

Completed in 30 milliseconds