CAPKUpdateSchema

interface CAPKUpdateSchema {
    algorithmType?: "RSA";
    expiresAt?: Date;
    exponent: string;
    hash: string;
    hashType?: CAPKHashType;
    index: string;
    modulus: string;
    name?: string;
    rid: string;
}

Properties

algorithmType?: "RSA"

CAPKUpdateSchema

expiresAt?: Date

CAPKUpdateSchema

exponent: string

CAPKUpdateSchema

hash: string

CAPKUpdateSchema

hashType?: CAPKHashType

CAPKUpdateSchema

index: string

CAPKUpdateSchema

modulus: string

CAPKUpdateSchema

name?: string

CAPKUpdateSchema

rid: string

CAPKUpdateSchema