certifikit / app.cash.certifikit / AlgorithmIdentifier
AlgorithmIdentifier¶
data class AlgorithmIdentifier
Constructors¶
| Name | Summary |
|---|---|
| <init> | AlgorithmIdentifier(algorithm:String, parameters:Any?) |
Properties¶
| Name | Summary |
|---|---|
| algorithm | An OID string like “1.2.840.113549.1.1.11” for sha256WithRSAEncryption.val algorithm:String |
| parameters | Parameters of a type implied by algorithm.val parameters:Any? |