Class XAdESEncapsulatedPKIData
java.lang.Object
org.apache.camel.component.xmlsecurity.api.XAdESEncapsulatedPKIData
Class representing the Encapsulated PKI Data of the XAdES specification.
-
Constructor Summary
ConstructorsConstructorDescriptionXAdESEncapsulatedPKIData
(String base64Conent, String encoding, String id) Constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns the base 64 encoded content.Returns the character encoding of the content.getId()
-
Constructor Details
-
XAdESEncapsulatedPKIData
Constructor- Parameters:
base64Conent
- base64 encoded contentencoding
- , can benull
or empty; encoding http://uri.etsi.org/01903/v1.2.2#DER for denoting that the original PKI data were ASN.1 data encoded in DER. http://uri.etsi.org/01903/v1.2.2#BER for denoting that the original PKI data were ASN.1 data encoded in BER. http://uri.etsi.org/01903/v1.2.2#CER for denoting that the original PKI data were ASN.1 data encoded in CER. http://uri.etsi.org/01903/v1.2.2#PER for denoting that the original PKI data were ASN.1 data encoded in PER. http://uri.etsi.org/01903/v1.2.2#XER for denoting that the original PKI data were ASN.1 data encoded in XER.id
- ID for the Id attribute, can benull
- Throws:
IllegalArgumentException
- if base64Conent isnull
or empty
-
-
Method Details
-
getBase64Conent
Returns the base 64 encoded content. Cannot benull
or empty. -
getEncoding
Returns the character encoding of the content. Cannot benull
or empty. -
getId
-