Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A 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()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DKeyUtil.java15 …public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyDa… in getEncodedSubjectPublicKeyInfo()
27 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) in getEncodedSubjectPublicKeyInfo()
51 public static byte[] getEncodedPrivateKeyInfo(AlgorithmIdentifier algId, ASN1Encodable privKey) in getEncodedPrivateKeyInfo()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DKeyUtil.java15 …public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyDa… in getEncodedSubjectPublicKeyInfo()
27 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) in getEncodedSubjectPublicKeyInfo()
51 public static byte[] getEncodedPrivateKeyInfo(AlgorithmIdentifier algId, ASN1Encodable privKey) in getEncodedPrivateKeyInfo()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
H A DSubjectPublicKeyInfo.java26 private AlgorithmIdentifier algId; field in SubjectPublicKeyInfo
53 AlgorithmIdentifier algId, in SubjectPublicKeyInfo()
62 AlgorithmIdentifier algId, in SubjectPublicKeyInfo()
H A DDigestInfo.java29 private AlgorithmIdentifier algId; field in DigestInfo
55 AlgorithmIdentifier algId, in DigestInfo()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DSubjectPublicKeyInfo.java24 private AlgorithmIdentifier algId; field in SubjectPublicKeyInfo
50 AlgorithmIdentifier algId, in SubjectPublicKeyInfo()
59 AlgorithmIdentifier algId, in SubjectPublicKeyInfo()
H A DDigestInfo.java27 private AlgorithmIdentifier algId; field in DigestInfo
52 AlgorithmIdentifier algId, in DigestInfo()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
H A DSubjectPublicKeyInfo.java26 private AlgorithmIdentifier algId; field in SubjectPublicKeyInfo
52 AlgorithmIdentifier algId, in SubjectPublicKeyInfo()
61 AlgorithmIdentifier algId, in SubjectPublicKeyInfo()
H A DDigestInfo.java29 private AlgorithmIdentifier algId; field in DigestInfo
54 AlgorithmIdentifier algId, in DigestInfo()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DEncryptedPrivateKeyInfo.java17 private AlgorithmIdentifier algId; field in EncryptedPrivateKeyInfo
30 AlgorithmIdentifier algId, in EncryptedPrivateKeyInfo()
H A DKeyDerivationFunc.java13 private AlgorithmIdentifier algId; field in KeyDerivationFunc
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
H A DEncryptedPrivateKeyInfo.java21 private AlgorithmIdentifier algId; field in EncryptedPrivateKeyInfo
34 AlgorithmIdentifier algId, in EncryptedPrivateKeyInfo()
H A DKeyDerivationFunc.java17 private AlgorithmIdentifier algId; field in KeyDerivationFunc
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
H A DEncryptedPrivateKeyInfo.java21 private AlgorithmIdentifier algId; field in EncryptedPrivateKeyInfo
34 AlgorithmIdentifier algId, in EncryptedPrivateKeyInfo()
H A DKeyDerivationFunc.java17 private AlgorithmIdentifier algId; field in KeyDerivationFunc
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
H A DCertificateAlgorithmId.java34 public CertificateAlgorithmId(sun.security.x509.AlgorithmId algId) { in CertificateAlgorithmId()
80 private sun.security.x509.AlgorithmId algId; field in CertificateAlgorithmId
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DKeyPairGeneratorSpi.java35 AlgorithmIdentifier algId; field in KeyPairGeneratorSpi
39 AlgorithmIdentifier algId) in KeyPairGeneratorSpi()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DKeyPairGeneratorSpi.java31 AlgorithmIdentifier algId; field in KeyPairGeneratorSpi
35 AlgorithmIdentifier algId) in KeyPairGeneratorSpi()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DKeyPairGeneratorSpi.java35 AlgorithmIdentifier algId; field in KeyPairGeneratorSpi
39 AlgorithmIdentifier algId) in KeyPairGeneratorSpi()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/
H A DCertificateAlgorithmId.java42 private AlgorithmId algId; field in CertificateAlgorithmId
67 public CertificateAlgorithmId(AlgorithmId algId) { in CertificateAlgorithmId()
/aosp_15_r20/system/extras/verity/
H A DBootSignature.java120 ASN1Sequence algId = (ASN1Sequence) sequence.getObjectAt(2); in BootSignature() local
154 public void setSignature(byte[] sig, AlgorithmIdentifier algId) { in setSignature()
/aosp_15_r20/out/soong/.intermediates/system/extras/verity/boot_signer/linux_glibc_common/javac/
Dboot_signer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java607 AlgorithmIdentifier algId, in unwrapKey()
682 AlgorithmIdentifier algId, in cryptData()
730 private Cipher createCipher(int mode, char[] password, AlgorithmIdentifier algId) in createCipher()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java603 AlgorithmIdentifier algId, in unwrapKey()
678 AlgorithmIdentifier algId, in cryptData()
726 private Cipher createCipher(int mode, char[] password, AlgorithmIdentifier algId) in createCipher()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java607 AlgorithmIdentifier algId, in unwrapKey()
682 AlgorithmIdentifier algId, in cryptData()
730 private Cipher createCipher(int mode, char[] password, AlgorithmIdentifier algId) in createCipher()

1234567