Home
last modified time | relevance | path

Searched refs:wrappedKeyType (Results 1 – 7 of 7) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
DWrapCipherSpi.java297 int wrappedKeyType) in engineUnwrap() argument
328 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
332 else if (wrappedKeyAlgorithm.equals("") && wrappedKeyType == Cipher.PRIVATE_KEY) in engineUnwrap()
391 if (wrappedKeyType == Cipher.PUBLIC_KEY) in engineUnwrap()
395 else if (wrappedKeyType == Cipher.PRIVATE_KEY) in engineUnwrap()
415 throw new InvalidKeyException("Unknown key type " + wrappedKeyType); in engineUnwrap()
DBrokenJCEBlockCipher.java494 int wrappedKeyType) in engineUnwrap() argument
511 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
521 if (wrappedKeyType == Cipher.PUBLIC_KEY) in engineUnwrap()
525 else if (wrappedKeyType == Cipher.PRIVATE_KEY) in engineUnwrap()
543 throw new InvalidKeyException("Unknown key type " + wrappedKeyType); in engineUnwrap()
/dalvik/libcore/crypto/src/main/java/org/apache/harmony/crypto/internal/
DNullCipherSpi.java166 int wrappedKeyType) throws InvalidKeyException, in engineUnwrap() argument
/dalvik/libcore/crypto/src/main/java/javax/crypto/
DCipherSpi.java565 int wrappedKeyType) throws InvalidKeyException, in engineUnwrap() argument
DCipher.java1392 int wrappedKeyType) throws InvalidKeyException, in unwrap() argument
1399 wrappedKeyType); in unwrap()
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherSpiTest.java138 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() argument
140 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
/dalvik/libcore/crypto/src/main/java/org/apache/harmony/crypto/internal/nls/
Dmessages.properties34 crypto.11=engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) is not su…