Home
last modified time | relevance | path

Searched refs:decryptionKeyId (Results 1 – 1 of 1) sorted by relevance

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DSecureMessageBuilder.java40 private ByteString decryptionKeyId; field in SecureMessageBuilder
59 this.decryptionKeyId = null; in reset()
98 public SecureMessageBuilder setDecryptionKeyId(byte[] decryptionKeyId) { in setDecryptionKeyId() argument
99 this.decryptionKeyId = ByteString.copyFrom(decryptionKeyId); in setDecryptionKeyId()
144 if (decryptionKeyId != null) { in buildSignedCleartextMessage()
239 if (decryptionKeyId != null) { in buildHeader()
240 result.setDecryptionKeyId(decryptionKeyId); in buildHeader()