class SelfSignedCertificate extends AnyRef
A self-signed certificate helper for testing and development purposes.
While it helps for testing and development, it should never ever be used in production settings.
- Alphabetic
- By Inheritance
- SelfSignedCertificate
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SelfSignedCertificate(_asJava: AnyRef)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: AnyRef
-
def
certificatePath(): String
Filesystem path to the X.509 certificate file in PEM format .
Filesystem path to the X.509 certificate file in PEM format . * @return the absolute path to the certificate.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
delete(): Unit
Delete the private key and certificate files.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keyCertOptions(): PemKeyCertOptions
Provides the io.vertx.scala.core.net.KeyCertOptions RSA private key file in PEM format corresponding to the io.vertx.scala.core.net.SelfSignedCertificate#privateKeyPath * @return a PemKeyCertOptions based on the generated certificate.see PemKeyCertOptions
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
privateKeyPath(): String
Filesystem path to the RSA private key file in PEM format * @return the absolute path to the private key.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trustOptions(): PemTrustOptions
Provides the io.vertx.scala.core.net.TrustOptions X.509 certificate file in PEM format corresponding to the io.vertx.scala.core.net.SelfSignedCertificate#certificatePath * @return a PemTrustOptions based on the generated certificate.see PemTrustOptions
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )