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.java871 X500Principal certSubject = new X500Principal("cn=hello"); in testGenerate_EC_ModernSpec_AsCustomAsPossible() local
882 .setCertificateSubject(certSubject) in testGenerate_EC_ModernSpec_AsCustomAsPossible()
892 certSubject, in testGenerate_EC_ModernSpec_AsCustomAsPossible()
940 X500Principal certSubject = new X500Principal("cn=hello"); in testGenerate_EC_ModernSpec_AsCustomAsPossibleStrongbox() local
951 .setCertificateSubject(certSubject) in testGenerate_EC_ModernSpec_AsCustomAsPossibleStrongbox()
962 certSubject, in testGenerate_EC_ModernSpec_AsCustomAsPossibleStrongbox()
1003 X500Principal certSubject = new X500Principal("cn=hello2"); in testGenerate_RSA_ModernSpec_AsCustomAsPossible() local
1021 .setCertificateSubject(certSubject) in testGenerate_RSA_ModernSpec_AsCustomAsPossible()
1031 certSubject, in testGenerate_RSA_ModernSpec_AsCustomAsPossible()
1091 X500Principal certSubject = new X500Principal("cn=hello2"); in testGenerate_RSA_ModernSpec_AsCustomAsPossibleStrongbox() local
[all …]