public interface DocumentContext
Modifier and Type | Method and Description |
---|---|
String |
getBaseURI() |
Map<Integer,XMLSecurityConstants.ContentType> |
getContentTypeMap() |
String |
getEncoding() |
List<XMLSecurityConstants.ContentType> |
getProtectionOrder() |
boolean |
isInEncryptedContent() |
boolean |
isInSignedContent() |
void |
setIsInEncryptedContent(int index,
Object object)
Indicates if we currently stay in an encrypted content
|
void |
setIsInSignedContent(int index,
Object object)
Indicates if we currently stay in a signed content
|
void |
unsetIsInEncryptedContent(Object object)
unset when we leave the encrypted content
|
void |
unsetIsInSignedContent(Object object)
unset when we leave the signed content
|
String getEncoding()
String getBaseURI()
void setIsInEncryptedContent(int index, Object object)
void unsetIsInEncryptedContent(Object object)
boolean isInEncryptedContent()
void setIsInSignedContent(int index, Object object)
void unsetIsInSignedContent(Object object)
boolean isInSignedContent()
List<XMLSecurityConstants.ContentType> getProtectionOrder()
Map<Integer,XMLSecurityConstants.ContentType> getContentTypeMap()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.