Structureswift-crypto 3.8.0_CryptoExtras
Primitives
RSA+BlindSigning.swift:29struct Primitives
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (12) members.
Typealiases
Type members
init<Bytes>(derRepresentation: Bytes, parameters: Parameters
) throws Construct an RSA public key from a DER representation.
init(n: some ContiguousBytes, e: some ContiguousBytes, parameters: Parameters
) throws Construct a RSA public key with the specified parameters.
init(pemRepresentation: String, parameters: Parameters
) throws Construct an RSA public key from a PEM representation.
init<Bytes>(unsafeDERRepresentation: Bytes, parameters: Parameters
) throws Construct an RSA public key from a DER representation.
init(unsafePEMRepresentation: String, parameters: Parameters
) throws Construct an RSA public key from a PEM representation.
Instance members
Citizens in _CryptoExtras
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
Type members
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.