awesn1
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
crypto
/
at.asitplus.awesn1.crypto
/
RsaOtherPrimeInfo
Rsa
Other
Prime
Info
@
Serializable
(
with
=
RsaOtherPrimeInfo.Companion::class
)
open
class
RsaOtherPrimeInfo
(
val
prime
:
Asn1Integer
,
val
exponent
:
Asn1Integer
,
val
coefficient
:
Asn1Integer
)
:
Asn1Encodable
<
Asn1Sequence
>
(
source
)
Members
Constructors
Rsa
Other
Prime
Info
Link copied to clipboard
constructor
(
prime
:
Asn1Integer
,
exponent
:
Asn1Integer
,
coefficient
:
Asn1Integer
)
Types
Companion
Link copied to clipboard
object
Companion
:
Asn1Serializable
<
Asn1Sequence
,
RsaOtherPrimeInfo
>
Properties
coefficient
Link copied to clipboard
val
coefficient
:
Asn1Integer
exponent
Link copied to clipboard
val
exponent
:
Asn1Integer
prime
Link copied to clipboard
val
prime
:
Asn1Integer
Functions
encode
To
Tlv
Link copied to clipboard
open
override
fun
encodeToTlv
(
)
:
Asn1Sequence
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
pretty
Print
Asn1
Link copied to clipboard
open
fun
prettyPrintAsn1
(
)
:
String
with
Implicit
Tag
Link copied to clipboard
open
infix
fun
withImplicitTag
(
tag
:
Asn1Element.Tag
)
:
Asn1Element
open
infix
fun
withImplicitTag
(
template
:
Asn1Element.Tag.Template
)
:
Asn1Element
open
infix
fun
withImplicitTag
(
tagValue
:
ULong
)
:
Asn1Element