Uses of Interface gnu.java.security.sig.ISignatureCodec

Uses in package gnu.java.security.sig

Methods with return type gnu.java.security.sig.ISignatureCodec

ISignatureCodec
Returns the appropriate codec given a composed signature algorithm and an encoding format.
ISignatureCodec
Returns an instance of a signature codec given the canonical name of the signature algorithm, and the identifier of the format to use when encoding/decoding signatures generated by that algorithm.
ISignatureCodec
Returns an instance of a signature codec given the canonical name of the signature algorithm, and that of the encoding format.

Uses in package gnu.java.security.sig.dss

Classes implementing gnu.java.security.sig.ISignatureCodec

class
An object that implements the ISignatureCodec operations for the Raw format to use with DSS signatures.
class
An implementation of an ISignatureCodec that knows to encode and decode DSS signatures into the raw bytes which would constitute a DER-encoded form of the ASN.1 structure defined in RFC-2459, and RFC-2313 as described in the next paragraphs.

Uses in package gnu.java.security.sig.rsa

Classes implementing gnu.java.security.sig.ISignatureCodec

class
An object that implements the ISignatureCodec operations for the Raw format to use with RSA-PKCS#1 v1.5 signatures.
class
An implementation of an ISignatureCodec that knows to encode and decode RSA PKCS1 (v1.5) signatures into the raw bytes which would constitute a DER-encoded form of the ASN.1 structure defined in RFC-2459, and RFC-2313 as described in the next paragraphs.
class
An object that implements the ISignatureCodec operations for the Raw format to use with RSA-PSS signatures.