Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1105 X500Principal certSubject = new X500Principal("cn=hello"); in testGenerate_EC_ModernSpec_AsCustomAsPossible() local
1116 .setCertificateSubject(certSubject) in testGenerate_EC_ModernSpec_AsCustomAsPossible()
1126 certSubject, in testGenerate_EC_ModernSpec_AsCustomAsPossible()
1175 X500Principal certSubject = new X500Principal("cn=hello"); in testGenerate_EC_ModernSpec_AsCustomAsPossibleStrongbox() local
1186 .setCertificateSubject(certSubject) in testGenerate_EC_ModernSpec_AsCustomAsPossibleStrongbox()
1197 certSubject, in testGenerate_EC_ModernSpec_AsCustomAsPossibleStrongbox()
1239 X500Principal certSubject = new X500Principal("cn=hello2"); in testGenerate_RSA_ModernSpec_AsCustomAsPossible() local
1257 .setCertificateSubject(certSubject) in testGenerate_RSA_ModernSpec_AsCustomAsPossible()
1267 certSubject, in testGenerate_RSA_ModernSpec_AsCustomAsPossible()
1328 X500Principal certSubject = new X500Principal("cn=hello2"); in testGenerate_RSA_ModernSpec_AsCustomAsPossibleStrongbox() local
[all …]