DSAKeyPairOptionsMutableBuilder

@inline final class DSAKeyPairOptionsMutableBuilder[Self <: DSAKeyPairOptions[_, _], PubF, PrivF](val x: Self & DSAKeyPairOptions[PubF, PrivF]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setDivisorLength(value: Double): Self
@inline
def setModulusLength(value: Double): Self
@inline
@inline
def setPublicKeyEncoding(value: FormatType[PubF]): Self

Concrete fields

val x: Self & DSAKeyPairOptions[PubF, PrivF]