Searched defs:subjectDN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyPairGeneratorSpec.java109 * properties of {@code subjectDN} as its X.509v3 Subject Distinguished Name
120 * @param subjectDN X.509 v3 Subject Distinguished Name
130 AlgorithmParameterSpec spec, X500Principal subjectDN, BigInteger serialNumber,
136 } else if (subjectDN == null) {
137 throw new IllegalArgumentException("subjectDN == null");
160 mSubjectDN = subjectDN;
129 KeyPairGeneratorSpec(Context context, String keyStoreAlias, String keyType, int keySize, AlgorithmParameterSpec spec, X500Principal subjectDN, BigInteger serialNumber, Date startDate, Date endDate, int flags) argument
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java2336 String alias, BigInteger serialNumber, X500Principal subjectDN, Date notBefore,
2363 certGen.setSubjectDN(subjectDN);
2364 certGen.setIssuerDN(subjectDN);
2335 generateCertificate(android.security.KeyStore keyStore, String alias, BigInteger serialNumber, X500Principal subjectDN, Date notBefore, Date notAfter) argument

Completed in 64 milliseconds