Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::AllowedKeyType::EcKeyType.
Describes an Elliptic Curve key that may be used in a Certificate issued from a CaPool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#signature_algorithm
def signature_algorithm() -> ::Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::AllowedKeyType::EcKeyType::EcSignatureAlgorithm
Returns
- (::Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::AllowedKeyType::EcKeyType::EcSignatureAlgorithm) — Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.
#signature_algorithm=
def signature_algorithm=(value) -> ::Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::AllowedKeyType::EcKeyType::EcSignatureAlgorithm
Parameter
- value (::Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::AllowedKeyType::EcKeyType::EcSignatureAlgorithm) — Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.
Returns
- (::Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::AllowedKeyType::EcKeyType::EcSignatureAlgorithm) — Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.