Stay organized with collections
Save and categorize content based on your preferences.
PSource
open class PSource
Known Direct Subclasses
PSource.PSpecified |
This class is used to explicitly specify the value for encoding input P in OAEP Padding.
|
|
This class specifies the source for encoding input P in OAEP Padding, as defined in the PKCS #1 standard.
PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= {
{ OID id-pSpecified PARAMETERS OCTET STRING },
... -- Allows for future expansion --
}
Summary
Nested classes |
|
This class is used to explicitly specify the value for encoding input P in OAEP Padding.
|
Protected constructors |
Constructs a source of the encoding input P for OAEP padding as defined in the PKCS #1 standard using the specified PSource algorithm.
|
Public methods |
open String! |
Returns the PSource algorithm name.
|
Protected constructors
PSource
protected PSource(pSrcName: String!)
Constructs a source of the encoding input P for OAEP padding as defined in the PKCS #1 standard using the specified PSource algorithm.
Parameters |
pSrcName |
String!: the algorithm for the source of the encoding input P. |
Exceptions |
java.lang.NullPointerException |
if pSrcName is null. |
Public methods
getAlgorithm
open fun getAlgorithm(): String!
Returns the PSource algorithm name.
Return |
String! |
the PSource algorithm name. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-02-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-02-18 UTC."],[],[]]