OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrappedkeytype
(Results
1 - 11
of
11
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
WrapCipherSpi.java
316
int
wrappedKeyType
)
349
if (
wrappedKeyType
== Cipher.SECRET_KEY)
353
else if (wrappedKeyAlgorithm.equals("") &&
wrappedKeyType
== Cipher.PRIVATE_KEY)
409
if (
wrappedKeyType
== Cipher.PUBLIC_KEY)
413
else if (
wrappedKeyType
== Cipher.PRIVATE_KEY)
433
throw new InvalidKeyException("Unknown key type " +
wrappedKeyType
);
/libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
NullCipherSpi.java
162
int
wrappedKeyType
) throws InvalidKeyException,
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java
132
protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int
wrappedKeyType
)
134
return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm,
wrappedKeyType
);
/libcore/luni/src/main/java/javax/crypto/
CipherSpi.java
520
* @param
wrappedKeyType
526
* type {@code
wrappedKeyType
} for the {@code
530
* {@code
wrappedKeyType
} for the {@code wrappedKeyAlgorithm}.
533
int
wrappedKeyType
) throws InvalidKeyException, NoSuchAlgorithmException {
Cipher.java
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/9/
android.jar
/external/bouncycastle/patches/
android.patch
[
all
...]
Completed in 379 milliseconds