Package br.ufsc.labsec.signature
Class SimplePrivateInformation
java.lang.Object
br.ufsc.labsec.signature.SimplePrivateInformation
- All Implemented Interfaces:
CertificateInformation
,PrivateInformation
,PrivateKeyInformation
public class SimplePrivateInformation extends Object implements PrivateInformation
Esta classe reúne informações do assinante.
-
Constructor Summary
Constructors Constructor Description SimplePrivateInformation(Certificate certificate)
SimplePrivateInformation(Certificate certificate, PrivateKey privateKey)
SimplePrivateInformation(PrivateKey privateKey)
-
Method Summary
Modifier and Type Method Description X509Certificate
getCertificate()
PrivateKey
getPrivateKey()
-
Constructor Details
-
SimplePrivateInformation
-
SimplePrivateInformation
-
SimplePrivateInformation
-
-
Method Details
-
getPrivateKey
- Specified by:
getPrivateKey
in interfacePrivateKeyInformation
-
getCertificate
- Specified by:
getCertificate
in interfaceCertificateInformation
-