All Packages Class Hierarchy This Package Previous Next Index
Class iaik.asn1.structures.DistributionPoint
java.lang.Object
|
+----iaik.asn1.structures.DistributionPoint
- public class DistributionPoint
- extends Object
This class implements the ASN.1 type DistributionPoint.
-
affiliationChanged
- Reason: affiliationChanged
-
cACompromise
- Reason: cACompromise
-
certificateHold
- Reason: certificateHold
-
cessationOfOperation
- Reason: cessationOfOperation
-
keyCompromise
- Reason: keyCompromise
-
superseded
- Reason: superseded
-
DistributionPoint()
- Default constructor.
-
DistributionPoint(ASN1Object)
- Constructs a DistributionPoint from an ASN1Object.
-
getCrlIssuer()
- Returns the CRL Issuer parameter of this extension.
-
getDistributionPointName()
- Returns the distribution point name parameter of this extension.
-
getReasons()
- Returns the reasons parameter of this extension.
-
setCrlIssuer(GeneralNames)
- Sets the CRL Issuer parameter of this extension.
-
setDistributionPointName(ASN1Type)
- Sets the distribution point name parameter of this extension.
-
setReasons(int)
- Sets the reasons parameter of this extension.
-
toASN1Object()
- Returns this DistributionPoint as ASN1Object.
-
toString()
- Returns a string that represents the contents of the extensions.
keyCompromise
public static int keyCompromise
- Reason: keyCompromise
cACompromise
public static int cACompromise
- Reason: cACompromise
affiliationChanged
public static int affiliationChanged
- Reason: affiliationChanged
superseded
public static int superseded
- Reason: superseded
cessationOfOperation
public static int cessationOfOperation
- Reason: cessationOfOperation
certificateHold
public static int certificateHold
- Reason: certificateHold
DistributionPoint
public DistributionPoint()
- Default constructor. Creates an empty object.
DistributionPoint
public DistributionPoint(ASN1Object distributionPoint) throws CodingException
- Constructs a DistributionPoint from an ASN1Object.
- Parameters:
- distributionPoint - the DistributionPoint as ASN1Object
- Throws: CodingException
- if the ASN1Object is not a DistributionPoint
toASN1Object
public ASN1Object toASN1Object()
- Returns this DistributionPoint as ASN1Object.
- Returns:
- this DistributionPoint as ASN1Object
setDistributionPointName
public void setDistributionPointName(ASN1Type distributionPointName) throws IllegalArgumentException
- Sets the distribution point name parameter of this extension.
Only instances of GeneralNames or Name are accepted!
- See Also:
- GeneralNames, Name
setReasons
public void setReasons(int reasons)
- Sets the reasons parameter of this extension.
setCrlIssuer
public void setCrlIssuer(GeneralNames crlIssuer)
- Sets the CRL Issuer parameter of this extension.
getDistributionPointName
public ASN1Type getDistributionPointName()
- Returns the distribution point name parameter of this extension.
- Returns:
- the name as GeneralNames or as Name
- See Also:
- GeneralNames, Name
getReasons
public int getReasons()
- Returns the reasons parameter of this extension.
getCrlIssuer
public GeneralNames getCrlIssuer()
- Returns the CRL Issuer parameter of this extension.
toString
public String toString()
- Returns a string that represents the contents of the extensions.
- Returns:
- the string representation
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index