RSAKeyPairOptions

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

@inline
final class RSAKeyPairOptionsMutableBuilder[Self <: RSAKeyPairOptions[_, _], PubF, PrivF](val x: Self & RSAKeyPairOptions[PubF, PrivF]) extends AnyVal

Value members

Concrete methods

@inline
def apply[PubF, PrivF](modulusLength: Double, privateKeyEncoding: BasePrivateKeyEncodingOptions[PrivF] & Type, publicKeyEncoding: Format[PubF]): RSAKeyPairOptions[PubF, PrivF]