public class ProxyCSRInfo extends Object
Constructor and Description |
---|
ProxyCSRInfo(org.bouncycastle.pkcs.PKCS10CertificationRequest csr)
Generates new instance of this class using the Certificate Signing Request
|
Modifier and Type | Method and Description |
---|---|
ProxyPolicy |
getPolicy()
Gets the requested RFC proxy extension policy OID and octets of the
policy.
|
Integer |
getProxyPathLimit()
Returns the proxy path length limit set in the Certificate Signing Request.
|
String[][] |
getProxySourceRestrictions()
Gets the proxy source restriction data from the Certificate Signing Request.
|
String[][] |
getProxyTargetRestrictions()
Gets the proxy target restriction data from the Certificate Signing Request.
|
String |
getProxyTracingIssuer()
Returns an requested URL of the proxy tracing issuer.
|
String |
getProxyTracingSubject()
Returns a requested URL of the proxy tracing subject.
|
ProxyType |
getProxyType()
The type of the proxy certificate requested is returned or null if can not be determined.
|
String |
getSAMLExtension()
Returns the SAML extension from the certificate chain.
|
Boolean |
isLimited()
Used to check whether the Certificate Signing Request is for a limited proxy or not.
|
public ProxyCSRInfo(org.bouncycastle.pkcs.PKCS10CertificationRequest csr) throws CertificateException
csr
- certificate signing requestCertificateException
- if the Certificate Signing Request is invalidpublic ProxyType getProxyType()
public Boolean isLimited()
public ProxyPolicy getPolicy()
public String getProxyTracingIssuer()
public String getProxyTracingSubject()
public String getSAMLExtension()
public Integer getProxyPathLimit()
public String[][] getProxySourceRestrictions()
public String[][] getProxyTargetRestrictions()
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.