Home
last modified time | relevance | path

Searched refs:NTTObjectIdentifiers (Results 1 – 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
DSecretKeyUtil.java8 import org.bouncycastle.asn1.ntt.NTTObjectIdentifiers;
24 keySizes.put(NTTObjectIdentifiers.id_camellia128_cbc, Integers.valueOf(128)); in keySizes.put()
25 keySizes.put(NTTObjectIdentifiers.id_camellia192_cbc, Integers.valueOf(192)); in keySizes.put()
26 keySizes.put(NTTObjectIdentifiers.id_camellia256_cbc, Integers.valueOf(256)); in keySizes.put()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ntt/
DNTTObjectIdentifiers.java10 public interface NTTObjectIdentifiers interface
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
DOperatorHelper.java32 import org.bouncycastle.asn1.ntt.NTTObjectIdentifiers;
98 symmetricWrapperAlgNames.put(NTTObjectIdentifiers.id_camellia128_wrap, "CamelliaWrap"); in symmetricWrapperAlgNames.put()
99 symmetricWrapperAlgNames.put(NTTObjectIdentifiers.id_camellia192_wrap, "CamelliaWrap"); in symmetricWrapperAlgNames.put()
100 symmetricWrapperAlgNames.put(NTTObjectIdentifiers.id_camellia256_wrap, "CamelliaWrap"); in symmetricWrapperAlgNames.put()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java69 import org.bouncycastle.asn1.ntt.NTTObjectIdentifiers;
1764 keySizes.put(NTTObjectIdentifiers.id_camellia128_cbc, Integers.valueOf(128)); in DefaultSecretKeyProvider()
1765 keySizes.put(NTTObjectIdentifiers.id_camellia192_cbc, Integers.valueOf(192)); in DefaultSecretKeyProvider()
1766 keySizes.put(NTTObjectIdentifiers.id_camellia256_cbc, Integers.valueOf(256)); in DefaultSecretKeyProvider()
/external/bouncycastle/patches/
Dbcpkix.patch982 import org.bouncycastle.asn1.ntt.NTTObjectIdentifiers;
Dbcprov.patch3686 import org.bouncycastle.asn1.ntt.NTTObjectIdentifiers;
3784 keySizes.put(NTTObjectIdentifiers.id_camellia192_cbc, Integers.valueOf(192));
3785 keySizes.put(NTTObjectIdentifiers.id_camellia256_cbc, Integers.valueOf(256));