################################################################################ # # Licensed to the Clazzes.org project under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ################################################################################ # # Activate bouncycastle as security provider on startup. # osgi.runner.securityProviders=org.bouncycastle.jce.provider.BouncyCastleProvider # # Extra system packages neede for security subsystems and # OSGi bundles importing bouncycastle functionality. # org.osgi.framework.system.packages.extra= \ org.bouncycastle.asn1; version="1.68", \ org.bouncycastle.asn1.cms; version="1.68", \ org.bouncycastle.asn1.pkcs; version="1.68", \ org.bouncycastle.asn1.x509; version="1.68", \ org.bouncycastle.asn1.microsoft; version="1.68", \ org.bouncycastle.asn1.edec; version="1.68", \ org.bouncycastle.asn1.nist; version="1.68", \ org.bouncycastle.asn1.x9; version="1.68", \ org.bouncycastle.cms; version="1.68", \ org.bouncycastle.jce; version="1.68", \ org.bouncycastle.jce.provider; version="1.68", \ org.bouncycastle.crypto.prng; version="1.68", \ org.bouncycastle.math.ec; version="1.68", \ org.bouncycastle.util.encoders; version="1.68", \ org.bouncycastle.asn1.ocsp; version="1.68", \ org.bouncycastle.asn1.x500; version="1.68", \ org.bouncycastle.asn1.x500.style; version="1.68", \ org.bouncycastle.asn1.cmp; version="1.68", \ org.bouncycastle.cert; version="1.68", \ org.bouncycastle.cert.bc; version="1.68", \ org.bouncycastle.cert.ocsp; version="1.68", \ org.bouncycastle.cert.jcajce; version="1.68", \ org.bouncycastle.crypto; version="1.68", \ org.bouncycastle.crypto.generators; version="1.68", \ org.bouncycastle.crypto.params; version="1.68", \ org.bouncycastle.crypto.util; version="1.68", \ org.bouncycastle.operator; version="1.68", \ org.bouncycastle.operator.bc; version="1.68", \ org.bouncycastle.operator.jcajce; version="1.68", \ org.bouncycastle.pkcs; version="1.68", \ org.bouncycastle.util.io.pem; version="1.68", \ org.bouncycastle.openssl; version="1.68", \ org.bouncycastle.openssl.jcajce; version="1.68", \ org.bouncycastle.cms.jcajce; version="1.68", \ org.bouncycastle.util; version="1.68", \ org.bouncycastle.x509; version="1.68"