Interface CaPool.IssuancePolicy.AllowedKeyTypeOrBuilder (2.39.0)

public static interface CaPool.IssuancePolicy.AllowedKeyTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEllipticCurve()

public abstract CaPool.IssuancePolicy.AllowedKeyType.EcKeyType getEllipticCurve()

Represents an allowed Elliptic Curve key type.

.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.EcKeyType elliptic_curve = 2;

Returns
TypeDescription
CaPool.IssuancePolicy.AllowedKeyType.EcKeyType

The ellipticCurve.

getEllipticCurveOrBuilder()

public abstract CaPool.IssuancePolicy.AllowedKeyType.EcKeyTypeOrBuilder getEllipticCurveOrBuilder()

Represents an allowed Elliptic Curve key type.

.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.EcKeyType elliptic_curve = 2;

Returns
TypeDescription
CaPool.IssuancePolicy.AllowedKeyType.EcKeyTypeOrBuilder

getKeyTypeCase()

public abstract CaPool.IssuancePolicy.AllowedKeyType.KeyTypeCase getKeyTypeCase()
Returns
TypeDescription
CaPool.IssuancePolicy.AllowedKeyType.KeyTypeCase

getRsa()

public abstract CaPool.IssuancePolicy.AllowedKeyType.RsaKeyType getRsa()

Represents an allowed RSA key type.

.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.RsaKeyType rsa = 1;

Returns
TypeDescription
CaPool.IssuancePolicy.AllowedKeyType.RsaKeyType

The rsa.

getRsaOrBuilder()

public abstract CaPool.IssuancePolicy.AllowedKeyType.RsaKeyTypeOrBuilder getRsaOrBuilder()

Represents an allowed RSA key type.

.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.RsaKeyType rsa = 1;

Returns
TypeDescription
CaPool.IssuancePolicy.AllowedKeyType.RsaKeyTypeOrBuilder

hasEllipticCurve()

public abstract boolean hasEllipticCurve()

Represents an allowed Elliptic Curve key type.

.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.EcKeyType elliptic_curve = 2;

Returns
TypeDescription
boolean

Whether the ellipticCurve field is set.

hasRsa()

public abstract boolean hasRsa()

Represents an allowed RSA key type.

.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.RsaKeyType rsa = 1;

Returns
TypeDescription
boolean

Whether the rsa field is set.