JNA API 3.4.0
com.sun.jna.platform.win32

Class Sspi.SecBufferDesc

  • Enclosing interface:
    Sspi


    public static class Sspi.SecBufferDesc
    extends Structure
    • Constructor Detail

      • Sspi.SecBufferDesc

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

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

        public Sspi.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.4.0

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