Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setNonce (2.08 sec)

  1. src/main/java/jcifs/internal/smb2/Smb2TransformHeader.java

         *
         * @return the nonce
         */
        public byte[] getNonce() {
            return this.nonce;
        }
    
        /**
         * Sets the nonce for encryption
         *
         * @param nonce
         *            the nonce to set (12 bytes for CCM, 16 bytes for GCM)
         */
        public void setNonce(final byte[] nonce) {
            if (nonce.length == 12) {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 9.1K bytes
    - Viewed (0)
Back to top