Searched refs:decryptionKeyId (Results 1 – 1 of 1) sorted by relevance
40 private ByteString decryptionKeyId; field in SecureMessageBuilder59 this.decryptionKeyId = null; in reset()98 public SecureMessageBuilder setDecryptionKeyId(byte[] decryptionKeyId) { in setDecryptionKeyId() argument99 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()