gnu.crypto.pki.ext

Class PrivateKeyUsagePeriod


public class PrivateKeyUsagePeriod
extends Extension.Value

Field Summary

static OID
ID

Fields inherited from class gnu.crypto.pki.ext.Extension.Value

encoded

Constructor Summary

PrivateKeyUsagePeriod(byte[] encoded)

Method Summary

Date
getNotAfter()
Date
getNotBefore()
String
toString()

Methods inherited from class gnu.crypto.pki.ext.Extension.Value

equals, getEncoded, toString

Field Details

ID

public static final OID ID

Constructor Details

PrivateKeyUsagePeriod

public PrivateKeyUsagePeriod(byte[] encoded)
            throws IOException

Method Details

getNotAfter

public Date getNotAfter()

getNotBefore

public Date getNotBefore()

toString

public String toString()
Overrides:
toString in interface Extension.Value

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.