OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encodedcertificate
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/test/java/tests/targets/security/cert/
CertificateFactoryTestX509.java
23
super("X509",
encodedCertificate
.getBytes());
26
public static final String
encodedCertificate
=
/libcore/luni/src/test/java/tests/targets/security/
KeyStoreTest.java
107
encodedCertificate
.getBytes()));
167
private String
encodedCertificate
= "-----BEGIN CERTIFICATE-----\n"
/packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java
726
byte[]
encodedCertificate
= service.getEncodedCaCertificate(alias,
728
X509Certificate cert = KeyChain.toCertificate(
encodedCertificate
);
[
all
...]
Completed in 178 milliseconds