Package | Description |
---|---|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.xml.schema.validator | |
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CarriedKeyName
XMLObject representing XML Encryption, version 20021210, CarriedKeyName element.
|
Modifier and Type | Class and Description |
---|---|
class |
CarriedKeyNameImpl
Concrete implementation of
CarriedKeyName . |
Modifier and Type | Class and Description |
---|---|
class |
XSStringImpl
Concrete implementation of
XSString . |
Modifier and Type | Method and Description |
---|---|
XSString |
XSStringBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Class and Description |
---|---|
class |
XSStringSchemaValidator<T extends XSString>
Checks
XSString for Schema compliance. |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyName
XMLObject representing XML Digital Signature, version 20020212, KeyName element.
|
interface |
MgmtData
XMLObject representing XML Digital Signature, version 20020212, MgmtData element.
|
interface |
X509IssuerName
XMLObject representing XML Digital Signature, version 20020212, X509IssuerName element.
|
interface |
X509SubjectName
XMLObject representing XML Digital Signature, version 20020212, X509SubjectName element.
|
interface |
XPath
XMLObject representing XML Digital Signature, version 20020212, XPath element.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyNameImpl
Concrete implementation of
KeyName |
class |
MgmtDataImpl
Concrete implementation of
MgmtData |
class |
X509IssuerNameImpl
Concrete implementation of
X509IssuerName |
class |
X509SubjectNameImpl
Concrete implementation of
X509SubjectName |
class |
XPathImpl
Concrete implementation of
XPath |
Copyright © 1999–2013. All rights reserved.