RsaAesWrappedKey

com.google.cloud.kms.v1.service.ImportCryptoKeyVersionRequest.WrappedKeyMaterial.RsaAesWrappedKey
final case class RsaAesWrappedKey(value: ByteString) extends WrappedKeyMaterial

Attributes

Source
ImportCryptoKeyVersionRequest.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = ByteString

Value members

Concrete methods

override def isRsaAesWrappedKey: Boolean

Attributes

Definition Classes
Source
ImportCryptoKeyVersionRequest.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ImportCryptoKeyVersionRequest.scala
override def rsaAesWrappedKey: Option[ByteString]

Attributes

Definition Classes
Source
ImportCryptoKeyVersionRequest.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
WrappedKeyMaterial
Source
ImportCryptoKeyVersionRequest.scala
def isEmpty: Boolean

Attributes

Inherited from:
WrappedKeyMaterial
Source
ImportCryptoKeyVersionRequest.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala