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.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 |
Generator
XMLObject representing XML Encryption, version 20021210, Generator element.
|
interface |
Public
XMLObject representing XML Encryption, version 20021210, Public element.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratorImpl
Concrete implementation of
Generator |
class |
PublicImpl
Concrete implementation of
Public |
Modifier and Type | Interface and Description |
---|---|
interface |
Exponent
XMLObject representing XML Digital Signature, version 20020212, Exponent element.
|
interface |
G
XMLObject representing XML Digital Signature, version 20020212, G element.
|
interface |
J
XMLObject representing XML Digital Signature, version 20020212, J element.
|
interface |
Modulus
XMLObject representing XML Digital Signature, version 20020212, Modulus element.
|
interface |
P
XMLObject representing XML Digital Signature, version 20020212, P element.
|
interface |
PgenCounter
XMLObject representing XML Digital Signature, version 20020212, PgenCounter element.
|
interface |
Q
XMLObject representing XML Digital Signature, version 20020212, Q element.
|
interface |
Seed
XMLObject representing XML Digital Signature, version 20020212, Seed element.
|
interface |
Y
XMLObject representing XML Digital Signature, version 20020212, Y element.
|
Modifier and Type | Class and Description |
---|---|
class |
CryptoBinaryImpl
Concrete implementation of
CryptoBinary . |
class |
ExponentImpl
Concrete implementation of
Exponent |
class |
GImpl
Concrete implementation of
G |
class |
JImpl
Concrete implementation of
J |
class |
ModulusImpl
Concrete implementation of
Exponent |
class |
PgenCounterImpl
Concrete implementation of
PgenCounter |
class |
PImpl
Concrete implementation of
P |
class |
QImpl
Concrete implementation of
Q |
class |
SeedImpl
Concrete implementation of
Seed |
class |
YImpl
Concrete implementation of
Y |
Modifier and Type | Method and Description |
---|---|
CryptoBinary |
CryptoBinaryBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.