KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > spec > OAEPParameterSpec

javax.crypto.spec
Class OAEPParameterSpec

java.lang.Object
  extended by javax.crypto.spec.OAEPParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec
See Also:
Source Code, MGF1ParameterSpec, PSource

public static final OAEPParameterSpec DEFAULT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getDigestAlgorithm()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMGFAlgorithm()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AlgorithmParameterSpec getMGFParameters()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PSource getPSource()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public OAEPParameterSpec(String mdName,
                         String mgfName,
                         AlgorithmParameterSpec mgfSpec,
                         PSource pSrc)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags