PrimeInfo
data class PrimeInfo(val prime: BigInteger, val exponent: BigInteger, val coefficient: BigInteger) : Asn1Encodable<Asn1Sequence> (source)
OtherPrimeInfos as per PKCS#1
OtherPrimeInfo ::= SEQUENCE {
prime INTEGER, -- ri
exponent INTEGER, -- di
coefficient INTEGER -- ti
}
Content copied to clipboard