Searched refs:CERT_PATH_ENCODING (Results 1 – 5 of 5) 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;195 writePropertyTag(xmlSerializer, propertyName, certPath.getEncoded(CERT_PATH_ENCODING)); in writePropertyTag()
64 private static final String CERT_PATH_ENCODING = "PkiPath"; field in RecoverableKeyStoreDb592 certPath.getEncoded(CERT_PATH_ENCODING)); in setRecoveryServiceCertPath()1415 return certFactory.generateCertPath(new ByteArrayInputStream(bytes), CERT_PATH_ENCODING); in decodeCertPath()
47655 Landroid/security/keystore/recovery/RecoveryCertPath;->CERT_PATH_ENCODING:Ljava/lang/String;