Searched refs:CERT_PATH_ENCODING (Results 1 – 6 of 6) sorted by relevance
38 private static final String CERT_PATH_ENCODING = "PkiPath"; field in RecoveryCertPath102 return certPath.getEncoded(CERT_PATH_ENCODING); in encodeCertPath()115 return certFactory.generateCertPath(new ByteArrayInputStream(bytes), CERT_PATH_ENCODING); in decodeCertPath()
28 static final String CERT_PATH_ENCODING = "PkiPath"; field in KeyChainSnapshotSchema
20 …id.server.locksettings.recoverablekeystore.serialization.KeyChainSnapshotSchema.CERT_PATH_ENCODING;197 writePropertyTag(xmlSerializer, propertyName, certPath.getEncoded(CERT_PATH_ENCODING)); in writePropertyTag()
42 private static final String CERT_PATH_ENCODING = "PkiPath"; field in TestData
64 private static final String CERT_PATH_ENCODING = "PkiPath"; field in RecoverableKeyStoreDb544 certPath.getEncoded(CERT_PATH_ENCODING)); in setRecoveryServiceCertPath()1367 return certFactory.generateCertPath(new ByteArrayInputStream(bytes), CERT_PATH_ENCODING); in decodeCertPath()
66586 Landroid/security/keystore/recovery/RecoveryCertPath;->CERT_PATH_ENCODING:Ljava/lang/String;