| java.security.Signature org.bouncycastle.jce.provider.JDKGOST3410Signer
Methods inherited from java.security.Signature | public Object clone() throws CloneNotSupportedException(Code)(Java Doc) final public String getAlgorithm()(Code)(Java Doc) public static Signature getInstance(String algorithm) throws NoSuchAlgorithmException(Code)(Java Doc) public static Signature getInstance(String algorithm, String provider) throws NoSuchAlgorithmException, NoSuchProviderException(Code)(Java Doc) public static Signature getInstance(String algorithm, Provider provider) throws NoSuchAlgorithmException(Code)(Java Doc) final public Object getParameter(String param) throws InvalidParameterException(Code)(Java Doc) final public AlgorithmParameters getParameters()(Code)(Java Doc) final public Provider getProvider()(Code)(Java Doc) final public void initSign(PrivateKey privateKey) throws InvalidKeyException(Code)(Java Doc) final public void initSign(PrivateKey privateKey, SecureRandom random) throws InvalidKeyException(Code)(Java Doc) final public void initVerify(PublicKey publicKey) throws InvalidKeyException(Code)(Java Doc) final public void initVerify(Certificate certificate) throws InvalidKeyException(Code)(Java Doc) final public void setParameter(String param, Object value) throws InvalidParameterException(Code)(Java Doc) final public void setParameter(AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException(Code)(Java Doc) final public byte[] sign() throws SignatureException(Code)(Java Doc) final public int sign(byte[] outbuf, int offset, int len) throws SignatureException(Code)(Java Doc) public String toString()(Code)(Java Doc) final public void update(byte b) throws SignatureException(Code)(Java Doc) final public void update(byte[] data) throws SignatureException(Code)(Java Doc) final public void update(byte[] data, int off, int len) throws SignatureException(Code)(Java Doc) final public void update(ByteBuffer data) throws SignatureException(Code)(Java Doc) final public boolean verify(byte[] signature) throws SignatureException(Code)(Java Doc) final public boolean verify(byte[] signature, int offset, int length) throws SignatureException(Code)(Java Doc)
|
|
|