Uses of Class
org.bouncycastle.crypto.fips.FipsRSA.OAEPKTSParameters
Packages that use FipsRSA.OAEPKTSParameters
-
Uses of FipsRSA.OAEPKTSParameters in org.bouncycastle.crypto.fips
Fields in org.bouncycastle.crypto.fips declared as FipsRSA.OAEPKTSParametersModifier and TypeFieldDescriptionstatic final FipsRSA.OAEPKTSParametersFipsRSA.KTS_OAEPRSA KTS OAEP key transport algorithm parameter source - default is OAEP(SHA-1), keysize 128Methods in org.bouncycastle.crypto.fips that return FipsRSA.OAEPKTSParametersModifier and TypeMethodDescriptionFipsRSA.OAEPKTSParameters.withKeySizeInBits(int keySizeInBits) Specify a size for the key material to be transported.FipsRSA.OAEPKTSParameters.withMacKeySizeInBits(int macKeySizeInBits) Specify a size for a MAC key to be used for the key confirmation step.FipsRSA.OAEPKTSParameters.withOAEPParameters(FipsRSA.OAEPParameters oaepParameters) Specify the OAEP parameters to use during the transport step.