com.sun.jini.discovery.internal
Class X500Provider.SigningBufferFactory.BufferInfo

java.lang.Object
  extended by com.sun.jini.discovery.internal.X500Provider.SigningBufferFactory.BufferInfo
Enclosing class:
X500Provider.SigningBufferFactory

private class X500Provider.SigningBufferFactory.BufferInfo
extends Object


Field Summary
private  ByteBuffer buf
           
private  ByteBuffer data
           
private  boolean overflow
           
 
Constructor Summary
X500Provider.SigningBufferFactory.BufferInfo(ByteBuffer buf)
           
 
Method Summary
(package private)  ByteBuffer getDataBuffer()
           
(package private)  void sign()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buf

private final ByteBuffer buf

data

private final ByteBuffer data

overflow

private final boolean overflow
Constructor Detail

X500Provider.SigningBufferFactory.BufferInfo

X500Provider.SigningBufferFactory.BufferInfo(ByteBuffer buf)
Method Detail

getDataBuffer

ByteBuffer getDataBuffer()

sign

void sign()
    throws SignatureException
Throws:
SignatureException


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.