X509AlgorithmIdentifier
As per RFC5280:
AlgorithmIdentifier ::= SEQUENCE {
algorithm OBJECT IDENTIFIER,
parameters ANY DEFINED BY algorithm OPTIONAL
}Content copied to clipboard
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Getter may throw but we cannot annotate due to https://youtrack.jetbrains.com/issue/KT-63047/Throws-annotation-on-getter-leads-to-compile-time-error-for-iOS-target
Link copied to clipboard
Getter may throw but we cannot annotate due to https://youtrack.jetbrains.com/issue/KT-63047/Throws-annotation-on-getter-leads-to-compile-time-error-for-iOS-target
Link copied to clipboard
Parses parameters as RSASSA-PSS parameters if this identifier uses the id-RSASSA-PSS OID.