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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherWithWrappingSpi.java105 * @param wrappedKeyType the type of the wrapped key.
114 * and/or its key type is different from <code>wrappedKeyType</code>.
121 int wrappedKeyType)
136 switch (wrappedKeyType) {
119 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DAESCipher.java406 * @param wrappedKeyType the type of the wrapped key.
413 * can create keys of type <code>wrappedKeyType</code> for the
417 * represent a wrapped key of type <code>wrappedKeyType</code> for
422 int wrappedKeyType)
425 wrappedKeyType);
420 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DAESWrapCipher.java420 * @param wrappedKeyType the type of the wrapped key.
427 * can create keys of type <code>wrappedKeyType</code> for the
431 * represent a wrapped key of type <code>wrappedKeyType</code> for
436 int wrappedKeyType)
481 wrappedKeyType);
434 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DBlowfishCipher.java407 * @param wrappedKeyType the type of the wrapped key.
414 * can create keys of type <code>wrappedKeyType</code> for the
418 * represent a wrapped key of type <code>wrappedKeyType</code> for
423 int wrappedKeyType)
426 wrappedKeyType);
421 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DDESCipher.java407 * @param wrappedKeyType the type of the wrapped key.
414 * can create keys of type <code>wrappedKeyType</code> for the
418 * represent a wrapped key of type <code>wrappedKeyType</code> for
423 int wrappedKeyType)
426 wrappedKeyType);
421 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DDESedeCipher.java405 * @param wrappedKeyType the type of the wrapped key.
412 * can create keys of type <code>wrappedKeyType</code> for the
416 * represent a wrapped key of type <code>wrappedKeyType</code> for
421 int wrappedKeyType)
424 wrappedKeyType);
419 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DPBECipherCore.java510 * @param wrappedKeyType the type of the wrapped key.
517 * can create keys of type <code>wrappedKeyType</code> for the
521 * represent a wrapped key of type <code>wrappedKeyType</code> for
526 int wrappedKeyType)
539 wrappedKeyType);
524 unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DPBEWithMD5AndDESCipher.java406 * @param wrappedKeyType the type of the wrapped key.
413 * can create keys of type <code>wrappedKeyType</code> for the
417 * represent a wrapped key of type <code>wrappedKeyType</code> for
422 int wrappedKeyType)
427 wrappedKeyType);
420 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DPBEWithMD5AndTripleDESCipher.java414 * @param wrappedKeyType the type of the wrapped key.
421 * can create keys of type <code>wrappedKeyType</code> for the
425 * represent a wrapped key of type <code>wrappedKeyType</code> for
430 int wrappedKeyType)
433 wrappedKeyType);
428 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DRC2Cipher.java146 int wrappedKeyType) throws InvalidKeyException,
148 return core.unwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType);
145 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DCipherCore.java913 * @param wrappedKeyType the type of the wrapped key.
920 * can create keys of type <code>wrappedKeyType</code> for the
924 * represent a wrapped key of type <code>wrappedKeyType</code> for
928 int wrappedKeyType)
941 wrappedKeyType);
927 unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DDESedeWrapCipher.java499 * @param wrappedKeyType the type of the wrapped key.
506 * can create keys of type <code>wrappedKeyType</code> for the
510 * represent a wrapped key of type <code>wrappedKeyType</code> for
515 int wrappedKeyType)
549 wrappedKeyType);
513 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DPKCS12PBECipherCore.java374 int wrappedKeyType)
377 wrappedKeyType);
436 int wrappedKeyType)
439 wrappedKeyType);
511 int wrappedKeyType)
514 wrappedKeyType);
373 implUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
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.java889 * @param wrappedKeyType the type of the wrapped key. This is one of
896 * can create keys of type <code>wrappedKeyType</code> for the
900 * represent a wrapped key of type <code>wrappedKeyType</code> for
905 int wrappedKeyType)
903 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
H A DCipher.java2428 * @param wrappedKeyType the type of the wrapped key. This must be one of
2438 * can create keys of type <code>wrappedKeyType</code> for the
2442 * represent a wrapped key of type <code>wrappedKeyType</code> for
2447 int wrappedKeyType)
2459 if ((wrappedKeyType != SECRET_KEY) &&
2460 (wrappedKeyType != PRIVATE_KEY) &&
2461 (wrappedKeyType != PUBLIC_KEY)) {
2468 wrappedKeyType);
2445 unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java863 int wrappedKeyType)
862 engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) argument

Completed in 233 milliseconds