public class RSAOAEPParameters extends Object
Modifier and Type | Field and Description |
---|---|
private String |
digestMethod
Digest method algorithm URI.
|
private String |
maskGenerationFunction
Mask generation function (MGF) algorithm URI.
|
private String |
oaepParams
Base64-encoded OAEPParams value.
|
Constructor and Description |
---|
RSAOAEPParameters()
Constructor.
|
RSAOAEPParameters(String digest,
String mgf,
String params)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDigestMethod()
Get the digest method algorithm URI.
|
String |
getMaskGenerationFunction()
Get the mask generation function (MGF) algorithm URI.
|
String |
getOAEPParams()
Get the base64-encoded OAEPParams value.
|
boolean |
isComplete()
Determine whether the parameters instance is complete, meaning values are populated for all data properties.
|
boolean |
isEmpty()
Determine whether the parameters instance is empty, meaning it has no values populated for any data properties.
|
void |
setDigestMethod(String value)
Set the digest method algorithm URI.
|
void |
setMaskGenerationFunction(String value)
Set the mask generation function (MGF) algorithm URI.
|
void |
setOAEPparams(String value)
Set the base64-encoded OAEPParams value.
|
private String digestMethod
private String maskGenerationFunction
private String oaepParams
public boolean isEmpty()
public boolean isComplete()
public String getDigestMethod()
public void setDigestMethod(String value)
value
- the new digest method URIpublic String getMaskGenerationFunction()
public void setMaskGenerationFunction(String value)
value
- the new MGF algorithm URIpublic String getOAEPParams()
public void setOAEPparams(String value)
value
- the new base64-encoded OAEPParams valueCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.