Package no.digipost.security.cert
Class TrustFactory
- java.lang.Object
-
- no.digipost.security.cert.TrustFactory
-
public final class TrustFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTrustFactory.DigipostclassTrustFactory.Seid1classTrustFactory.Seid2
-
Field Summary
Fields Modifier and Type Field Description TrustFactory.DigipostdigipostTrusts for certificates issued by DigipostTrustFactory.Seid1seid1SEID 1.0 is a Norwegian standard for certificates, which is currently being phased out, and to be replaced bySEID 2.0.TrustFactory.Seid2seid2SEID 2.0 is the Norwegian standard for certificates aligning with the European eIDAS standard.
-
Constructor Summary
Constructors Constructor Description TrustFactory(Clock clock)
-
-
-
Field Detail
-
seid1
public final TrustFactory.Seid1 seid1
SEID 1.0 is a Norwegian standard for certificates, which is currently being phased out, and to be replaced bySEID 2.0.
-
seid2
public final TrustFactory.Seid2 seid2
SEID 2.0 is the Norwegian standard for certificates aligning with the European eIDAS standard.
-
digipost
public final TrustFactory.Digipost digipost
Trusts for certificates issued by Digipost
-
-
Constructor Detail
-
TrustFactory
public TrustFactory(Clock clock)
-
-