Home
last modified time | relevance | path

Searched defs:algId (Results 1 – 14 of 14) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DKeyUtil.java11 …public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyDa… in getEncodedSubjectPublicKeyInfo()
23 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) in getEncodedSubjectPublicKeyInfo()
47 public static byte[] getEncodedPrivateKeyInfo(AlgorithmIdentifier algId, ASN1Encodable privKey) in getEncodedPrivateKeyInfo()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DSubjectPublicKeyInfo.java25 private AlgorithmIdentifier algId; field in SubjectPublicKeyInfo
51 AlgorithmIdentifier algId, in SubjectPublicKeyInfo()
60 AlgorithmIdentifier algId, in SubjectPublicKeyInfo()
DDigestInfo.java26 private AlgorithmIdentifier algId; field in DigestInfo
51 AlgorithmIdentifier algId, in DigestInfo()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPrivateKeyInfo.java26 private AlgorithmIdentifier algId; field in PrivateKeyInfo
52 AlgorithmIdentifier algId, in PrivateKeyInfo()
60 AlgorithmIdentifier algId, in PrivateKeyInfo()
DEncryptedPrivateKeyInfo.java17 private AlgorithmIdentifier algId; field in EncryptedPrivateKeyInfo
30 AlgorithmIdentifier algId, in EncryptedPrivateKeyInfo()
DKeyDerivationFunc.java13 private AlgorithmIdentifier algId; field in KeyDerivationFunc
DEncryptionScheme.java13 private AlgorithmIdentifier algId; field in EncryptionScheme
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPrivateKeyFactory.java81 AlgorithmIdentifier algId = keyInfo.getPrivateKeyAlgorithm(); in createKey() local
DPublicKeyFactory.java88 AlgorithmIdentifier algId = keyInfo.getAlgorithm(); in createKey() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DRSADigestSigner.java31 private final AlgorithmIdentifier algId; field in RSADigestSigner
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java608 AlgorithmIdentifier algId, in unwrapKey()
683 AlgorithmIdentifier algId, in cryptData()
733 private Cipher createCipher(int mode, char[] password, AlgorithmIdentifier algId) in createCipher()
813 AlgorithmIdentifier algId = dInfo.getAlgorithmId(); in engineLoad() local
1640 AlgorithmIdentifier algId = new AlgorithmIdentifier(id_SHA1, DERNull.INSTANCE); in doStore() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DDigestSignatureSpi.java51 private AlgorithmIdentifier algId; field in DigestSignatureSpi
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSSignedHelper.java146 AlgorithmIdentifier fixAlgID(AlgorithmIdentifier algId) in fixAlgID()
/external/tpm2/
DCryptUtil.c483 TPM_ALG_ID algId, // IN: the hash algorithm to use in CryptHashBlock()