PKI-Lite - v1.0.5
    Preparing search index...

    Represents a key encryption algorithm identifier.

    KeyEncryptionAlgorithmIdentifier ::= AlgorithmIdentifier
    

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    algorithm: ObjectIdentifier

    The algorithm object identifier (OID).

    noPadding: boolean = false

    Internal flag indicating whether this algorithm uses padding.

    parameters?: Any

    Algorithm-specific parameters (optional). The format depends on the specific algorithm.

    Accessors

    • get friendlyName(): string

      Gets a human-readable name for this algorithm. Returns the friendly name if known, otherwise the OID.

      Returns string

      The algorithm name (e.g., "rsaEncryption", "sha256")

    • get pemHeader(): string

      Gets the PEM header name for this object type. Converts the class name to uppercase for use in PEM encoding.

      Returns string

    • get pkiType(): string

      Gets the PKI type name for this object (typically the class name). Used for PEM headers and debugging output.

      Returns string

    Methods