CertificatePublicKeyInfo

class oci.waas.models.CertificatePublicKeyInfo(**kwargs)

Bases: object

Information about the public key and the algorithm used by the public key.

Methods

__init__(**kwargs) Initializes a new CertificatePublicKeyInfo object with values from keyword arguments.

Attributes

algorithm Gets the algorithm of this CertificatePublicKeyInfo.
exponent Gets the exponent of this CertificatePublicKeyInfo.
key_size Gets the key_size of this CertificatePublicKeyInfo.
__init__(**kwargs)

Initializes a new CertificatePublicKeyInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • algorithm (str) – The value to assign to the algorithm property of this CertificatePublicKeyInfo.
  • exponent (int) – The value to assign to the exponent property of this CertificatePublicKeyInfo.
  • key_size (int) – The value to assign to the key_size property of this CertificatePublicKeyInfo.
algorithm

Gets the algorithm of this CertificatePublicKeyInfo. The algorithm identifier and parameters for the public key.

Returns:The algorithm of this CertificatePublicKeyInfo.
Return type:str
exponent

Gets the exponent of this CertificatePublicKeyInfo. The private key exponent.

Returns:The exponent of this CertificatePublicKeyInfo.
Return type:int
key_size

Gets the key_size of this CertificatePublicKeyInfo. The number of bits in a key used by a cryptographic algorithm.

Returns:The key_size of this CertificatePublicKeyInfo.
Return type:int