JSS 3.1.1

org.mozilla.jss.pkcs11
Class Tunnel

java.lang.Object
  |
  +--org.mozilla.jss.pkcs11.Tunnel

final class Tunnel
extends java.lang.Object


Inner Class Summary
private static class Tunnel.CryptoTunnel
           
private static class Tunnel.UtilTunnel
           
 
Constructor Summary
(package private) Tunnel()
           
 
Method Summary
(package private) static Signature constructSignature(SignatureAlgorithm alg, SignatureSpi engine)
           
(package private) static byte[] getPasswordByteCopy(Password pw)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Tunnel

Tunnel()
Method Detail

constructSignature

static Signature constructSignature(SignatureAlgorithm alg,
                                    SignatureSpi engine)

getPasswordByteCopy

static byte[] getPasswordByteCopy(Password pw)

JSS 3.1.1