org.opensaml.xml.security.credential
protected class BasicKeyInfoGeneratorFactory.BasicOptions extends Object implements Cloneable
KeyInfo
from a Credential
.Modifier and Type | Field and Description |
---|---|
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 |
emitPublicKeyValue
Emit the value of
Credential.getPublicKey() as a KeyValue element. |
Modifier | Constructor and Description |
---|---|
protected |
BasicKeyInfoGeneratorFactory.BasicOptions() |
private boolean emitKeyNames
private boolean emitEntityIDAsKeyName
private boolean emitPublicKeyValue
Credential.getPublicKey()
as a KeyValue element.protected BasicKeyInfoGeneratorFactory.BasicOptions()
protected BasicKeyInfoGeneratorFactory.BasicOptions clone()
Copyright © 1999-2014 JBoss by Red Hat. All Rights Reserved.