Class HSMAssociationInfo

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class HSMAssociationInfo
    extends SpecificRecordBase implements SpecificRecord
                        

    Defines information for HSM association.

    • Constructor Detail

      • HSMAssociationInfo

        HSMAssociationInfo()
        Default constructor.
      • HSMAssociationInfo

        HSMAssociationInfo(String id, String tenantId, String hsmId, String category, String masterKeyAlias, Long deprecatedAt)
        All-args constructor.
        Parameters:
        id - Association id.
        tenantId - Association tenant id.
        hsmId - HSM id which handles the keys for this association.
        category - The category, like TLS, LEDGER, etc., which assignment was made for.
        masterKeyAlias - The master key alias which is used for the keys.
        deprecatedAt - If greater than 0 - when the association was deprecated.