Home
last modified time | relevance | path

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

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
DOperatorHelper.java28 import org.bouncycastle.asn1.ntt.NTTObjectIdentifiers;
89 symmetricWrapperAlgNames.put(NTTObjectIdentifiers.id_camellia128_wrap, "CamelliaWrap"); in symmetricWrapperAlgNames.put()
90 symmetricWrapperAlgNames.put(NTTObjectIdentifiers.id_camellia192_wrap, "CamelliaWrap"); in symmetricWrapperAlgNames.put()
91 symmetricWrapperAlgNames.put(NTTObjectIdentifiers.id_camellia256_wrap, "CamelliaWrap"); in symmetricWrapperAlgNames.put()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ntt/
DNTTObjectIdentifiers.java8 public interface NTTObjectIdentifiers interface
/external/bouncycastle/patches/
Dbcpkix.patch900 import org.bouncycastle.asn1.ntt.NTTObjectIdentifiers;