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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherWithWrappingSpi.java103 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
113 * wrapped key is different from <code>wrappedKeyAlgorithm</code>
117 * can create keys for the <code>wrappedKeyAlgorithm</code>.
120 String wrappedKeyAlgorithm,
139 wrappedKeyAlgorithm);
143 wrappedKeyAlgorithm);
147 wrappedKeyAlgorithm);
119 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DAESCipher.java404 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
414 * <code>wrappedKeyAlgorithm</code>.
418 * the <code>wrappedKeyAlgorithm</code>.
421 String wrappedKeyAlgorithm,
424 return core.unwrap(wrappedKey, wrappedKeyAlgorithm,
420 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DAESWrapCipher.java418 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
428 * <code>wrappedKeyAlgorithm</code>.
432 * the <code>wrappedKeyAlgorithm</code>.
435 String wrappedKeyAlgorithm,
480 return ConstructKeys.constructKey(out, wrappedKeyAlgorithm,
434 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DBlowfishCipher.java405 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
415 * <code>wrappedKeyAlgorithm</code>.
419 * the <code>wrappedKeyAlgorithm</code>.
422 String wrappedKeyAlgorithm,
425 return core.unwrap(wrappedKey, wrappedKeyAlgorithm,
421 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DDESCipher.java405 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
415 * <code>wrappedKeyAlgorithm</code>.
419 * the <code>wrappedKeyAlgorithm</code>.
422 String wrappedKeyAlgorithm,
425 return core.unwrap(wrappedKey, wrappedKeyAlgorithm,
421 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DDESedeCipher.java403 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
413 * <code>wrappedKeyAlgorithm</code>.
417 * the <code>wrappedKeyAlgorithm</code>.
420 String wrappedKeyAlgorithm,
423 return core.unwrap(wrappedKey, wrappedKeyAlgorithm,
419 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DPBECipherCore.java508 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
518 * <code>wrappedKeyAlgorithm</code>.
522 * the <code>wrappedKeyAlgorithm</code>.
525 String wrappedKeyAlgorithm,
538 return ConstructKeys.constructKey(encodedKey, wrappedKeyAlgorithm,
524 unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DPBEWithMD5AndDESCipher.java404 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
414 * <code>wrappedKeyAlgorithm</code>.
418 * the <code>wrappedKeyAlgorithm</code>.
421 String wrappedKeyAlgorithm,
426 return core.unwrap(wrappedKey, wrappedKeyAlgorithm,
420 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DPBEWithMD5AndTripleDESCipher.java412 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
422 * <code>wrappedKeyAlgorithm</code>.
426 * the <code>wrappedKeyAlgorithm</code>.
429 String wrappedKeyAlgorithm,
432 return core.unwrap(wrappedKey, wrappedKeyAlgorithm,
428 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DRC2Cipher.java145 protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, argument
148 return core.unwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType);
H A DCipherCore.java911 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
921 * <code>wrappedKeyAlgorithm</code>.
925 * the <code>wrappedKeyAlgorithm</code>.
927 Key unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, argument
940 return ConstructKeys.constructKey(encodedKey, wrappedKeyAlgorithm,
H A DDESedeWrapCipher.java497 * @param wrappedKeyAlgorithm the algorithm the wrapped key is for.
507 * <code>wrappedKeyAlgorithm</code>.
511 * the <code>wrappedKeyAlgorithm</code>.
514 String wrappedKeyAlgorithm,
548 return ConstructKeys.constructKey(out, wrappedKeyAlgorithm,
513 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DPKCS12PBECipherCore.java373 Key implUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, argument
376 return cipher.unwrap(wrappedKey, wrappedKeyAlgorithm,
435 String wrappedKeyAlgorithm,
438 return core.implUnwrap(wrappedKey, wrappedKeyAlgorithm,
510 String wrappedKeyAlgorithm,
513 return core.implUnwrap(wrappedKey, wrappedKeyAlgorithm,
434 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
509 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherSpi.java886 * @param wrappedKeyAlgorithm the algorithm associated with the wrapped
897 * <code>wrappedKeyAlgorithm</code>.
901 * the <code>wrappedKeyAlgorithm</code>.
904 String wrappedKeyAlgorithm,
903 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DCipher.java2425 * @param wrappedKeyAlgorithm the algorithm associated with the wrapped
2439 * <code>wrappedKeyAlgorithm</code>.
2443 * the <code>wrappedKeyAlgorithm</code>.
2446 String wrappedKeyAlgorithm,
2467 wrappedKeyAlgorithm,
2445 unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java862 protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, argument

Completed in 1721 milliseconds