object DERPrivateKeyLoader
- Alphabetic
- By Inheritance
- DERPrivateKeyLoader
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(derData: DERData): PrivateKey
Converts the DER payload in PEMDecoder.DERData into a java.security.PrivateKey.
Converts the DER payload in PEMDecoder.DERData into a java.security.PrivateKey. The received DER data must be a valid PKCS#1 PKCS#1 (identified in PEM as "RSA PRIVATE KEY") or non-encrypted PKCS#8 (identified * in PEM as "PRIVATE KEY" or "EC PRIVATE KEY").
- Annotations
- @ApiMayChange() @throws("when the `derData` is for an unsupported format")
- Exceptions thrown
PEMLoadingException
when thederData
is for an unsupported format
- def load(derData: Seq[DERData]): PrivateKey
Scala API: Converts the DER payload in the first private key entry in the given PEMDecoder.DERData into a java.security.PrivateKey.
Scala API: Converts the DER payload in the first private key entry in the given PEMDecoder.DERData into a java.security.PrivateKey. The received DER data must be a valid PKCS#1 (identified in PEM as "RSA PRIVATE KEY") or non-encrypted PKCS#8 (identified in PEM as "PRIVATE KEY" or "EC PRIVATE KEY").
- Annotations
- @ApiMayChange() @throws("when the `derData` is for an unsupported format")
- Exceptions thrown
PEMLoadingException
when the no entry inderData
is a supported format
- def load(derData: List[DERData]): PrivateKey
Java API: Converts the DER payload in the first private key entry in the given PEMDecoder.DERData into a java.security.PrivateKey.
Java API: Converts the DER payload in the first private key entry in the given PEMDecoder.DERData into a java.security.PrivateKey. The received DER data must be a valid PKCS#1 (identified in PEM as "RSA PRIVATE KEY") or non-encrypted PKCS#8 (identified in PEM as "PRIVATE KEY" or "EC PRIVATE KEY").
- Annotations
- @ApiMayChange() @throws("when the `derData` is for an unsupported format")
- Exceptions thrown
PEMLoadingException
when the no entry inderData
is a supported format
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])