HomeSort by relevance Sort by last modified time
    Searched refs:id_mgf1 (Results 1 - 7 of 7) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java 25 public final static AlgorithmIdentifier DEFAULT_MASK_GEN_FUNCTION = new AlgorithmIdentifier(PKCSObjectIdentifiers.id_mgf1, DEFAULT_HASH_ALGORITHM);
RSASSAPSSparams.java 26 public final static AlgorithmIdentifier DEFAULT_MASK_GEN_FUNCTION = new AlgorithmIdentifier(PKCSObjectIdentifiers.id_mgf1, DEFAULT_HASH_ALGORITHM);
PKCSObjectIdentifiers.java 21 static final ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8"); field in interface:PKCSObjectIdentifiers
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Util.java 166 new AlgorithmIdentifier(PKCSObjectIdentifiers.id_mgf1, hashAlgId),
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 243 new AlgorithmIdentifier(PKCSObjectIdentifiers.id_mgf1, hashAlgId),
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCERSACipher.java 281 if (!spec.getMGFAlgorithm().equalsIgnoreCase("MGF1") && !spec.getMGFAlgorithm().equals(PKCSObjectIdentifiers.id_mgf1.getId()))
JDKAlgorithmParameters.java     [all...]

Completed in 191 milliseconds