Package | Description |
---|---|
org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xmlsec.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 |
P
XMLObject representing XML Encryption, version 20021210, P element.
|
interface |
PgenCounter
XMLObject representing XML Encryption, version 20021210, pgenCounter element.
|
interface |
Public
XMLObject representing XML Encryption, version 20021210, Public element.
|
interface |
Q
XMLObject representing XML Encryption, version 20021210, Q element.
|
interface |
Seed
XMLObject representing XML Digital Signature, version 20020212, seed element.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratorImpl
Concrete implementation of
Generator . |
class |
PgenCounterImpl
Concrete implementation of
PgenCounter . |
class |
PImpl
Concrete implementation of
P . |
class |
PublicImpl
Concrete implementation of
Public . |
class |
QImpl
Concrete implementation of
Q . |
class |
SeedImpl
Concrete implementation of
Seed . |
Modifier and Type | Interface and Description |
---|---|
interface |
ECPointType
XMLObject representing XML Digital Signature 1.1 ECPointType element.
|
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 |
PublicKey
XMLObject representing XML Digital Signature 1.1 PublicKey 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 |
ECPointTypeImpl
Concrete implementation of
ECPointType . |
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 |
PublicKeyImpl
Concrete implementation of
PublicKey . |
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 © 2016 JBoss by Red Hat. All rights reserved.