| java.lang.Object com.sun.xml.ws.security.impl.DerivedKeyTokenImpl
DerivedKeyTokenImpl | public class DerivedKeyTokenImpl implements DerivedKeyToken(Code) | | author: Ashutosh Shahi |
DerivedKeyTokenImpl | public DerivedKeyTokenImpl(long offset, long length, byte[] secret)(Code) | | Creates a new instance of DerivedKeyTokenImpl
|
DerivedKeyTokenImpl | public DerivedKeyTokenImpl(long offset, long length, byte[] secret, byte[] nonce)(Code) | | |
DerivedKeyTokenImpl | public DerivedKeyTokenImpl(long generation, byte[] secret)(Code) | | |
getGeneration | public long getGeneration()(Code) | | |
getLength | public long getLength()(Code) | | |
getNonce | public byte[] getNonce()(Code) | | |
getOffset | public long getOffset()(Code) | | |
|
|