Package | Description |
---|---|
com.google.api.services.binaryauthorization.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
PkixPublicKey |
PkixPublicKey.clone() |
PkixPublicKey |
AttestorPublicKey.getPkixPublicKey()
A raw PKIX SubjectPublicKeyInfo format public key.
|
PkixPublicKey |
PkixPublicKey.set(String fieldName,
Object value) |
PkixPublicKey |
PkixPublicKey.setPublicKeyPem(String publicKeyPem)
A PEM-encoded public key, as described in https://tools.ietf.org/html/rfc7468#section-13
|
PkixPublicKey |
PkixPublicKey.setSignatureAlgorithm(String signatureAlgorithm)
The signature algorithm used to verify a message against a signature using this key.
|
Modifier and Type | Method and Description |
---|---|
AttestorPublicKey |
AttestorPublicKey.setPkixPublicKey(PkixPublicKey pkixPublicKey)
A raw PKIX SubjectPublicKeyInfo format public key.
|
Copyright © 2011–2024 Google. All rights reserved.