org.qi4j.library.shiro.domain.x509
Interface X509Light

All Superinterfaces:
Composite, Entity, EntityComposite, Identity
All Known Subinterfaces:
X509
All Known Implementing Classes:
X509.Mixin

public interface X509Light
extends EntityComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<String> canonicalIssuerDN()
           
 Property<String> canonicalSubjectDN()
           
 Property<String> hexSerialNumber()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

canonicalSubjectDN

Property<String> canonicalSubjectDN()

hexSerialNumber

Property<String> hexSerialNumber()

canonicalIssuerDN

Property<String> canonicalIssuerDN()