|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.security.credential.BasicKeyInfoGeneratorFactory.BasicOptions
protected class BasicKeyInfoGeneratorFactory.BasicOptions
Options to be used in the production of a KeyInfo from a Credential.
| Field Summary | |
|---|---|
private boolean |
emitEntityIDAsKeyName
Emit the entity ID value in a Credential as a KeyName element. |
private boolean |
emitKeyNames
Emit key names found in a Credential as KeyName elements. |
private boolean |
emitPublicDEREncodedKeyValue
Emit the value of Credential.getPublicKey() as a DEREncodedKeyValue element. |
private boolean |
emitPublicKeyValue
Emit the value of Credential.getPublicKey() as a KeyValue element. |
| Constructor Summary | |
|---|---|
protected |
BasicKeyInfoGeneratorFactory.BasicOptions()
|
| Method Summary | |
|---|---|
protected BasicKeyInfoGeneratorFactory.BasicOptions |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean emitKeyNames
private boolean emitEntityIDAsKeyName
private boolean emitPublicKeyValue
Credential.getPublicKey() as a KeyValue element.
private boolean emitPublicDEREncodedKeyValue
Credential.getPublicKey() as a DEREncodedKeyValue element.
| Constructor Detail |
|---|
protected BasicKeyInfoGeneratorFactory.BasicOptions()
| Method Detail |
|---|
protected BasicKeyInfoGeneratorFactory.BasicOptions clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||