implicit final class PeerCertificateMutableBuilder[Self <: PeerCertificate] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PeerCertificateMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PeerCertificateMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setExponent(value: String): Self
- Annotations
- @inline()
- def setExt_key_usage(value: Array[String]): Self
- Annotations
- @inline()
- def setExt_key_usageVarargs(value: String*): Self
- Annotations
- @inline()
- def setFingerprint(value: String): Self
- Annotations
- @inline()
- def setFingerprint256(value: String): Self
- Annotations
- @inline()
- def setInfoAccess(value: Dict[Array[String]]): Self
- Annotations
- @inline()
- def setIssuer(value: Certificate): Self
- Annotations
- @inline()
- def setModulus(value: String): Self
- Annotations
- @inline()
- def setRaw(value: Buffer): Self
- Annotations
- @inline()
- def setSerialNumber(value: String): Self
- Annotations
- @inline()
- def setSubject(value: Certificate): Self
- Annotations
- @inline()
- def setSubjectaltname(value: String): Self
- Annotations
- @inline()
- def setValid_from(value: String): Self
- Annotations
- @inline()
- def setValid_to(value: String): Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self