OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sigAlgs
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/keystore/src/android/keystore/cts/
RSASignatureTest.java
45
List<String>
sigAlgs
= new ArrayList<>();
49
sigAlgs
.add(algorithm);
52
SIGNATURE_ALGORITHMS =
sigAlgs
.toArray(new String[
sigAlgs
.size()]);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTObjectIdentifiers.java
113
static final ASN1ObjectIdentifier
sigAlgs
= nistAlgorithm.branch("3");
115
static final ASN1ObjectIdentifier id_dsa_with_sha2 =
sigAlgs
;
118
static final ASN1ObjectIdentifier dsa_with_sha224 =
sigAlgs
.branch("1");
120
static final ASN1ObjectIdentifier dsa_with_sha256 =
sigAlgs
.branch("2");
122
static final ASN1ObjectIdentifier dsa_with_sha384 =
sigAlgs
.branch("3");
124
static final ASN1ObjectIdentifier dsa_with_sha512 =
sigAlgs
.branch("4");
126
static final ASN1ObjectIdentifier id_dsa_with_sha3_224 =
sigAlgs
.branch("5");
128
static final ASN1ObjectIdentifier id_dsa_with_sha3_256 =
sigAlgs
.branch("6");
130
static final ASN1ObjectIdentifier id_dsa_with_sha3_384 =
sigAlgs
.branch("7");
132
static final ASN1ObjectIdentifier id_dsa_with_sha3_512 =
sigAlgs
.branch("8")
[
all
...]
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar
Completed in 238 milliseconds