com.mindbright.ssh2
Class SSH2ECDSASHA2NIST.P256

java.lang.Object
  extended by com.mindbright.ssh2.SSH2Signature
      extended by com.mindbright.ssh2.SSH2SimpleSignature
          extended by com.mindbright.ssh2.SSH2ECDSASHA2NIST
              extended by com.mindbright.ssh2.SSH2ECDSASHA2NIST.P256
All Implemented Interfaces:
SSH2PKISigner
Enclosing class:
SSH2ECDSASHA2NIST

public static class SSH2ECDSASHA2NIST.P256
extends SSH2ECDSASHA2NIST


Nested Class Summary
 
Nested classes/interfaces inherited from class com.mindbright.ssh2.SSH2ECDSASHA2NIST
SSH2ECDSASHA2NIST.P256, SSH2ECDSASHA2NIST.P384, SSH2ECDSASHA2NIST.P521
 
Field Summary
 
Fields inherited from class com.mindbright.ssh2.SSH2SimpleSignature
draftIncompatibleSignature, signatureAlgorithm, ssh2KeyFormat
 
Fields inherited from class com.mindbright.ssh2.SSH2Signature
algorithm, pubKeyBlob, publicKey, signature
 
Constructor Summary
SSH2ECDSASHA2NIST.P256()
           
 
Method Summary
 
Methods inherited from class com.mindbright.ssh2.SSH2ECDSASHA2NIST
decodePublicKey, encodePublicKey, getParamsForCurve, sign, verify
 
Methods inherited from class com.mindbright.ssh2.SSH2SimpleSignature
decodeSignature, encodeSignature, getKeyFormat, getSignatureAlgorithm, getVerifyInstance, setIncompatibility
 
Methods inherited from class com.mindbright.ssh2.SSH2Signature
clearSensitiveData, getAlgorithmName, getEncodingInstance, getInstance, getPublicKey, getPublicKeyBlob, initSign, initVerify, initVerify, setPublicKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSH2ECDSASHA2NIST.P256

public SSH2ECDSASHA2NIST.P256()