|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentContext
This class holds per document, context informations
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |