@procivis/react-native-one-core
    Preparing search index...

    Interface IdentifierCertificateDetail

    interface IdentifierCertificateDetail {
        chain: string;
        createdDate: string;
        id: string;
        key: KeyListItem;
        lastModified: string;
        name: string;
        state: CertificateStateEnum;
        x509Attributes: X509Attributes;
    }
    Index

    Properties

    chain: string
    createdDate: string
    id: string
    lastModified: string
    name: string
    x509Attributes: X509Attributes