Home
last modified time | relevance | path

Searched refs:ALGORITHM (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DSecureRandomSpiTest.java85 public static final String ALGORITHM = "MySecureRandomSpi"; field in SecureRandomSpiTest.MySecureRandomProvider
88 putService(new Provider.Service(this, "SecureRandom", ALGORITHM, in MySecureRandomProvider()
119 SecureRandom secureRandom = SecureRandom.getInstance(MySecureRandomProvider.ALGORITHM, in testReseed()
138 SecureRandom secureRandom = SecureRandom.getInstance(MySecureRandomProvider.ALGORITHM, in testGetParameters()
156 SecureRandom secureRandom = SecureRandom.getInstance(MySecureRandomProvider.ALGORITHM, in testGetInstanceWithProviderAndSecureRandomParameters()
164 SecureRandom secureRandom = SecureRandom.getInstance(MySecureRandomProvider.ALGORITHM, in testGetInstanceWithSecureRandomParameters()
173 SecureRandom secureRandom = SecureRandom.getInstance(MySecureRandomProvider.ALGORITHM, in testGetInstanceWithNameAndSecureRandomParameters()
182 SecureRandom secureRandom = SecureRandom.getInstance(MySecureRandomProvider.ALGORITHM, in testSecureRandomGetNextBytesWithSecureRandomParameters()
/libcore/ojluni/src/main/java/sun/security/x509/
DCertificateAlgorithmId.java60 public static final String ALGORITHM = "algorithm"; field in CertificateAlgorithmId
122 if (name.equalsIgnoreCase(ALGORITHM)) { in set()
134 if (name.equalsIgnoreCase(ALGORITHM)) { in get()
146 if (name.equalsIgnoreCase(ALGORITHM)) { in delete()
160 elements.addElement(ALGORITHM); in getElements()
DX509CertImpl.java1852 CertificateAlgorithmId.ALGORITHM); in parse()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DCertificateAlgorithmId.java74 public static final java.lang.String ALGORITHM = "algorithm"; field in CertificateAlgorithmId