org.qi4j.library.shiro.domain.x509
Class X509.Mixin

java.lang.Object
  extended by org.qi4j.library.shiro.domain.x509.X509.Mixin
All Implemented Interfaces:
Composite, Entity, EntityComposite, Identity, X509, X509Light
Enclosing interface:
X509

public abstract static class X509.Mixin
extends Object
implements X509


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.shiro.domain.x509.X509
X509.Mixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
X509.Mixin()
           
 
Method Summary
 X509Certificate x509Certificate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.library.shiro.domain.x509.X509
expirationDateTime, issuanceDateTime, pem
 
Methods inherited from interface org.qi4j.library.shiro.domain.x509.X509Light
canonicalIssuerDN, canonicalSubjectDN, hexSerialNumber
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Constructor Detail

X509.Mixin

public X509.Mixin()
Method Detail

x509Certificate

public X509Certificate x509Certificate()
Specified by:
x509Certificate in interface X509