Searched refs:Key (Results 76 - 100 of 209) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java28 import java.awt.RenderingHints.Key;
894 * @see #getRenderingHint(RenderingHints.Key)
897 public abstract void setRenderingHint(Key hintKey, Object hintValue);
910 * @see #setRenderingHint(RenderingHints.Key, Object)
912 public abstract Object getRenderingHint(Key hintKey);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DSslMacCore.java86 void init(Key key, AlgorithmParameterSpec params)
207 protected void engineInit(Key key, AlgorithmParameterSpec params)
240 protected void engineInit(Key key, AlgorithmParameterSpec params)
H A DHmacCore.java106 void init(Key key, AlgorithmParameterSpec params)
252 protected void engineInit(Key key, AlgorithmParameterSpec params)
288 protected void engineInit(Key key, AlgorithmParameterSpec params)
324 protected void engineInit(Key key, AlgorithmParameterSpec params)
H A DHmacMD5.java73 protected void engineInit(Key key, AlgorithmParameterSpec params)
H A DHmacSHA1.java73 protected void engineInit(Key key, AlgorithmParameterSpec params)
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DKeyUtil.java28 import java.security.Key;
55 public static final int getKeySize(Key key) {
108 public static final void validate(Key key)
H A DDisabledAlgorithmConstraints.java32 import java.security.Key;
128 final public boolean permits(Set<CryptoPrimitive> primitives, Key key) {
134 String algorithm, Key key, AlgorithmParameters parameters) {
237 String algorithm, Key key, AlgorithmParameters parameters) {
347 public boolean disables(Key key) {
366 * Key size constraint.
440 public boolean disables(Key key) {
/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DTestKeyFactory.java45 private static void testKey(Key key1, Key key2) throws Exception {
102 private static void test(KeyFactory kf, Key key) throws Exception {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/keyvalues/
H A DRSAKeyValue.java24 import java.security.Key;
82 public RSAKeyValue(Document doc, Key key) throws IllegalArgumentException {
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m99 key ## Key = JRSUIGetKey(JRS_CONSTANT(Key, key)); \
100 if (key ## Key == NULL) return NO;
103 key ## Key = JRSUIGetKey(constant);
132 CONSISTENCY_CHECK(Key, value);
133 CONSISTENCY_CHECK(Key, thumbProportion);
134 CONSISTENCY_CHECK(Key, thumbStart);
135 CONSISTENCY_CHECK(Key, animationFrame);
136 CONSISTENCY_CHECK(Key, windowTitleBarHeight);
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DKeyStore.java76 private Key privateKey;
80 KeyEntry(Key key, X509Certificate[] chain) {
84 KeyEntry(String alias, Key key, X509Certificate[] chain) {
118 Key getPrivateKey()
246 public java.security.Key engineGetKey(String alias, char[] password)
377 public void engineSetKeyEntry(String alias, java.security.Key key,
550 Key privateKey = entry.getPrivateKey();
553 Key.getContainerName(privateKey.getHCryptProvider()));
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DNISTWrapKAT.java32 import java.security.Key;
94 Key unwrapped = c.unwrap(wrapped, "AES", Cipher.SECRET_KEY);
/openjdk7/jdk/test/sun/security/provider/KeyStore/
H A DCaseSensitiveAliases.java131 private static void match(Key p1, Key p2) throws Exception {
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DMessagerImpl.java45 private static final Context.Key<MessagerImpl> messagerKey =
46 new Context.Key<MessagerImpl>();
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/util/
H A DDeclarationsImpl.java51 private static final Context.Key<Declarations> declarationsKey =
52 new Context.Key<Declarations>();
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/util/
H A DBark.java44 protected static final Context.Key<Bark> barkKey =
45 new Context.Key<Bark>();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DOptions.java45 public static final Context.Key<Options> optionsKey =
46 new Context.Key<Options>();
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java158 protected void engineInit(int opmode, Key key, SecureRandom random)
164 protected void engineInit(int opmode, Key key,
175 protected void engineInit(int opmode, Key key, AlgorithmParameters params,
185 private void implInit(int opmode, Key key) throws InvalidKeyException {
411 protected byte[] engineWrap(Key key) throws InvalidKeyException,
452 protected Key engineUnwrap(byte[] wrappedKey, String algorithm,
481 throw new InvalidKeyException("Key is too long for unwrapping");
497 protected int engineGetKeySize(Key key) throws InvalidKeyException {
572 static final Key constructKey(byte[] encoding, String keyAlgorithm,
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DEncryptedPrivateKeyInfo.java274 private PKCS8EncodedKeySpec getKeySpecImpl(Key decryptKey,
321 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey)
348 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey,
382 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey,
H A DMacSpi.java68 protected abstract void engineInit(Key key,
H A DSealedObject.java30 import java.security.Key;
74 * {@link #getObject(java.security.Key) getObject} methods
75 * that take a <code>Key</code> object.
244 public final Object getObject(Key key)
343 public final Object getObject(Key key, String provider)
364 private Object unseal(Key key, String provider)
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTest4626070.java55 Key recoveredKey = ci.unwrap(wrappedKeyEncoding, "AES",
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/DES/
H A DFlushBug.java47 Key key = kg.generateKey();
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAKeyFactory.java99 * Static method to convert Key into an instance of RSAPublicKeyImpl
105 public static RSAKey toRSAKey(Key key) throws InvalidKeyException {
120 * some Key impls might pass in a value within a byte of the
180 protected Key engineTranslateKey(Key key) throws InvalidKeyException {
182 throw new InvalidKeyException("Key must not be null");
289 + "of RSAPrivate(Crt)Key or have PKCS#8 encoding");
341 protected <T extends KeySpec> T engineGetKeySpec(Key key, Class<T> keySpec)
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DX509KeySelector.java26 import java.security.Key;
263 private final Key key;
264 SimpleKeySelectorResult(Key key) { this.key = key; }
265 public Key getKey() { return key; }

Completed in 140 milliseconds

123456789