public class ProxyRequestOptions extends BaseProxyCertificateOptions
DEFAULT_KEY_USAGE, DEFAULT_LIFETIME, UNLIMITED_PROXY_LENGTH
Constructor and Description |
---|
ProxyRequestOptions(X509Certificate[] parentCertChain,
org.bouncycastle.pkcs.PKCS10CertificationRequest certReq)
Create a new proxy certificate based on certification request and
a certificate chain.
|
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.pkcs.PKCS10CertificationRequest |
getProxyRequest() |
addExtension, getAttributeCertificates, getExtensions, getLifetime, getNotBefore, getParentCertChain, getPolicy, getProxyKeyUsageMask, getProxyPathLimit, getProxyTracingIssuer, getProxyTracingSubject, getSAMLAssertion, getSerialNumber, getSourceRestrictionExcludedAddresses, getSourceRestrictionPermittedAddresses, getTargetRestrictionExcludedAddresses, getTargetRestrictionPermittedAddresses, getType, isLimited, setAttributeCertificates, setLifetime, setLifetime, setLimited, setPolicy, setProxyKeyUsageMask, setProxyPathLimit, setProxyTracingIssuer, setProxyTracingSubject, setSAMLAssertion, setSerialNumber, setSourceRestrictionExcludedAddresses, setSourceRestrictionExcludedAddresses, setSourceRestrictionPermittedAddresses, setSourceRestrictionPermittedAddresses, setTargetRestrictionExcludedAddresses, setTargetRestrictionExcludedAddresses, setTargetRestrictionPermittedAddresses, setTargetRestrictionPermittedAddresses, setType, setValidityBounds
public ProxyRequestOptions(X509Certificate[] parentCertChain, org.bouncycastle.pkcs.PKCS10CertificationRequest certReq) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchProviderException
parentCertChain
- parent certificate chaincertReq
- certificate requestInvalidKeyException
- invalid key exceptionNoSuchAlgorithmException
- no such algorithm exceptionNoSuchProviderException
- no such provider exceptionCopyright © 2012-2017 European Middleware Initiative. All Rights Reserved.