TrueZIP Driver ZIP.RAES (TZP) 7.1

de.schlichtherle.truezip.key
Interface SafeKey<K>

All Known Implementing Classes:
AesCipherParameters

public interface SafeKey<K>

A safe key for a protected resource.

Author:
Christian Schlichtherle

Method Summary
 K clone()
          Returns a clone of this safe key or this if and only if the implementation is immutable.
 void reset()
          Resets this safe key to it's initial state, wiping any data from heap, or does nothing if and only if the implementation is immutable.
 

Method Detail

clone

@NonNull
K clone()
Returns a clone of this safe key or this if and only if the implementation is immutable.


reset

void reset()
Resets this safe key to it's initial state, wiping any data from heap, or does nothing if and only if the implementation is immutable.


TrueZIP Driver ZIP.RAES (TZP) 7.1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.