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()
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()