static ImportKeyMaterial |
ImportKeyMaterial.fromKeyCryptogram(Consumer<ImportKeyCryptogram.Builder> keyCryptogram) |
Create an instance of this class with keyCryptogram() initialized to the given value.
|
static ImportKeyMaterial |
ImportKeyMaterial.fromKeyCryptogram(ImportKeyCryptogram keyCryptogram) |
Create an instance of this class with keyCryptogram() initialized to the given value.
|
static ImportKeyMaterial |
ImportKeyMaterial.fromRootCertificatePublicKey(Consumer<RootCertificatePublicKey.Builder> rootCertificatePublicKey) |
|
static ImportKeyMaterial |
ImportKeyMaterial.fromRootCertificatePublicKey(RootCertificatePublicKey rootCertificatePublicKey) |
|
static ImportKeyMaterial |
ImportKeyMaterial.fromTr31KeyBlock(Consumer<ImportTr31KeyBlock.Builder> tr31KeyBlock) |
Create an instance of this class with tr31KeyBlock() initialized to the given value.
|
static ImportKeyMaterial |
ImportKeyMaterial.fromTr31KeyBlock(ImportTr31KeyBlock tr31KeyBlock) |
Create an instance of this class with tr31KeyBlock() initialized to the given value.
|
static ImportKeyMaterial |
ImportKeyMaterial.fromTr34KeyBlock(Consumer<ImportTr34KeyBlock.Builder> tr34KeyBlock) |
Create an instance of this class with tr34KeyBlock() initialized to the given value.
|
static ImportKeyMaterial |
ImportKeyMaterial.fromTr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock) |
Create an instance of this class with tr34KeyBlock() initialized to the given value.
|
static ImportKeyMaterial |
ImportKeyMaterial.fromTrustedCertificatePublicKey(Consumer<TrustedCertificatePublicKey.Builder> trustedCertificatePublicKey) |
|
static ImportKeyMaterial |
ImportKeyMaterial.fromTrustedCertificatePublicKey(TrustedCertificatePublicKey trustedCertificatePublicKey) |
|
ImportKeyMaterial |
ImportKeyRequest.keyMaterial() |
The key or public key certificate type to use during key material import, for example TR-34 or
RootCertificatePublicKey.
|