Searched refs:CERT_PATH_ENCODING (Results 1 – 6 of 6) sorted by relevance
37 private static final String CERT_PATH_ENCODING = "PkiPath"; field in RecoveryCertPath101 return certPath.getEncoded(CERT_PATH_ENCODING); in encodeCertPath()114 return certFactory.generateCertPath(new ByteArrayInputStream(bytes), CERT_PATH_ENCODING); in decodeCertPath()
26 static final String CERT_PATH_ENCODING = "PkiPath"; field in KeyChainSnapshotSchema
20 …id.server.locksettings.recoverablekeystore.serialization.KeyChainSnapshotSchema.CERT_PATH_ENCODING;194 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()
51621 Landroid/security/keystore/recovery/RecoveryCertPath;->CERT_PATH_ENCODING:Ljava/lang/String;