Package | Description |
---|---|
org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OriginatorKeyInfo
XMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element.
|
interface |
RecipientKeyInfo
XMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
EncryptedType.getKeyInfo()
Gets the KeyInfo child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedType.setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo child element.
|
Modifier and Type | Field and Description |
---|---|
private XMLSignatureBuilder<KeyInfo> |
Encrypter.keyInfoBuilder
Builder instance for building KeyInfo objects.
|
Modifier and Type | Method and Description |
---|---|
protected KeyInfo |
SimpleKeyInfoReferenceEncryptedKeyResolver.dereferenceURI(KeyInfoReference ref)
Dereference the URI attribute of the specified retrieval method into a KeyInfo.
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<EncryptedKey> |
SimpleKeyInfoReferenceEncryptedKeyResolver.resolveKeyInfo(KeyInfo keyInfo,
int limit)
Turn a KeyInfo into an EncryptedKey collection.
|
Modifier and Type | Field and Description |
---|---|
private KeyInfo |
KeyInfoCriterion.keyInfo
The KeyInfo which serves as the source for credential criteria.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
KeyInfoGenerator.generate(Credential credential)
Generate a new KeyInfo object based on keying material and other information within a credential.
|
KeyInfo |
KeyInfoCriterion.getKeyInfo()
Gets the KeyInfo which is the source of credential criteria.
|
Modifier and Type | Method and Description |
---|---|
static void |
KeyInfoSupport.addCertificate(KeyInfo keyInfo,
X509Certificate cert)
Converts a native Java
X509Certificate into the corresponding XMLObject and stores it
in a KeyInfo in the first X509Data element. |
static void |
KeyInfoSupport.addCRL(KeyInfo keyInfo,
X509CRL crl)
|
static void |
KeyInfoSupport.addDEREncodedPublicKey(KeyInfo keyInfo,
PublicKey pk)
Converts a Java public key into the corresponding XMLObject and stores it in a
KeyInfo in a
new DEREncodedKeyValue element. |
static void |
KeyInfoSupport.addKeyName(KeyInfo keyInfo,
String keyNameValue)
Add a new
KeyName value to a KeyInfo. |
static void |
KeyInfoSupport.addPublicKey(KeyInfo keyInfo,
PublicKey pk)
|
static List<X509Certificate> |
KeyInfoSupport.getCertificates(KeyInfo keyInfo)
Get a list of the Java
X509Certificate within the given KeyInfo. |
static List<X509CRL> |
KeyInfoSupport.getCRLs(KeyInfo keyInfo)
|
static List<String> |
KeyInfoSupport.getKeyNames(KeyInfo keyInfo)
Get the set of key names inside the specified
KeyInfo as a list of strings. |
static List<PublicKey> |
KeyInfoSupport.getPublicKeys(KeyInfo keyInfo)
|
void |
KeyInfoCriterion.setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo which is the source of credential criteria.
|
Constructor and Description |
---|
KeyInfoCriterion(KeyInfo newKeyInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
Signature.getKeyInfo()
Gets the key info added to this signature.
|
Modifier and Type | Method and Description |
---|---|
void |
Signature.setKeyInfo(KeyInfo newKeyInfo)
Sets the key info added to this signature.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.