| Package | Description |
|---|---|
| org.apache.cxf.xkms.model.xkms | |
| org.apache.cxf.xkms.model.xmldsig | |
| org.apache.cxf.xkms.model.xmlenc | |
| org.apache.cxf.xkms.x509.utils |
| Modifier and Type | Field and Description |
|---|---|
protected KeyInfoType |
KeyBindingAbstractType.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
KeyBindingAbstractType.getKeyInfo()
Gets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyBindingAbstractType.setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyInfoType |
SignatureType.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
ObjectFactory.createKeyInfoType()
Create an instance of
KeyInfoType |
KeyInfoType |
SignatureType.getKeyInfo()
Gets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfoType> |
ObjectFactory.createKeyInfo(KeyInfoType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfoType> |
ObjectFactory.createKeyInfo(KeyInfoType value)
|
void |
SignatureType.setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyInfoType |
EncryptedType.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
EncryptedType.getKeyInfo()
Gets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
|
JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
|
JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
|
void |
EncryptedType.setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyInfoType |
X509Utils.getKeyInfo(X509Certificate cert) |
Apache CXF