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
From Swift/Objective-C use the throwing oid() accessor (exported as a static oid(_:), since value classes are not bridged as Objective-C types).
Link copied to clipboard
From Swift/Objective-C use the throwing parameters() accessor (exported as a static parameters(_:), since value classes are not bridged as Objective-C types).
Link copied to clipboard
Parses parameters as RSASSA-PSS parameters if this identifier uses the id-RSASSA-PSS OID.