Package | Description |
---|---|
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 | Method and Description |
---|---|
static RSAKeyValue |
KeyInfoSupport.buildRSAKeyValue(RSAPublicKey rsaPubKey)
Builds an
RSAKeyValue XMLObject from the Java security RSA public key type. |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
KeyInfoSupport.getRSAKey(RSAKeyValue keyDescriptor)
Builds an RSA key from an
RSAKeyValue element. |
Modifier and Type | Method and Description |
---|---|
RSAKeyValue |
KeyValue.getRSAKeyValue()
Get the RSAKeyValue child element.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setRSAKeyValue(RSAKeyValue newRSAKeyValue)
Set the RSAKeyValue child element.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.