|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
eu.emi.security.authn.x509.helpers.proxy.ProxySAMLExtension
public class ProxySAMLExtension
A class for handling the SAML extension in the Certificate. OID: 1.3.6.1.4.1.3536.1.1.1.12
Field Summary | |
---|---|
static String |
LEGACY_SAML_OID
The legacy OID for the SAML assertion. |
static String |
SAML_OID
The OID for the SAML assertion. |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
ProxySAMLExtension(byte[] bytes)
Generates a new SAMLExtension object form the byte array |
|
ProxySAMLExtension(String samlString)
Used to generate an instance form the SAML assertion in String format. |
Method Summary | |
---|---|
static ProxySAMLExtension |
getInstance(X509Certificate cert)
Returns the SAML extension form the certificate. |
String |
getSAML()
Used to get the SAML assertion in String format. |
DERObject |
toASN1Object()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SAML_OID
public static final String LEGACY_SAML_OID
Constructor Detail |
---|
public ProxySAMLExtension(byte[] bytes) throws IOException
bytes
-
IOException
public ProxySAMLExtension(String samlString)
samlString
- Method Detail |
---|
public static ProxySAMLExtension getInstance(X509Certificate cert) throws IOException
IOException
- In case there is a problem parsing the certificate.public String getSAML()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |