Skip navigation links
JNA API 3.2.7
com.sun.jna.platform.win32

Class Sspi.SecBufferDesc

  • Enclosing interface:
    Sspi


    public static class Sspi.SecBufferDesc
    extends Structure
    • Constructor Detail

      • SecBufferDesc

        public SecBufferDesc()
        Create a new SecBufferDesc with one SECBUFFER_EMPTY buffer.
      • SecBufferDesc

        public SecBufferDesc(int type,
                             byte[] token)
        Create a new SecBufferDesc with initial data.
        Parameters:
        type - Token type.
        token - Initial token data.
      • SecBufferDesc

        public SecBufferDesc(int type,
                             int tokenSize)
        Create a new SecBufferDesc with one SecBuffer of a given type and size.
        Parameters:
        type -
        tokenSize -
    • Method Detail

      • getBytes

        public byte[] getBytes()
JNA API 3.2.7

Copyright © 2007-2010 Timothy Wall. All Rights Reserved.