Searched refs:ALGORITHM (Results 1 – 4 of 4) sorted by relevance
85 public static final String ALGORITHM = "MySecureRandomSpi"; field in SecureRandomSpiTest.MySecureRandomProvider88 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()
60 public static final String ALGORITHM = "algorithm"; field in CertificateAlgorithmId122 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()
1852 CertificateAlgorithmId.ALGORITHM); in parse()
74 public static final java.lang.String ALGORITHM = "algorithm"; field in CertificateAlgorithmId