src/java.base/share/classes/java/security/cert/X509CRLEntry.java
changeset 58242 94bb65cb37d3
parent 47216 71c04702a3d5
equal deleted inserted replaced
58241:33de7752835c 58242:94bb65cb37d3
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   120     /**
   120     /**
   121      * Returns the ASN.1 DER-encoded form of this CRL Entry,
   121      * Returns the ASN.1 DER-encoded form of this CRL Entry,
   122      * that is the inner SEQUENCE.
   122      * that is the inner SEQUENCE.
   123      *
   123      *
   124      * @return the encoded form of this certificate
   124      * @return the encoded form of this certificate
   125      * @exception CRLException if an encoding error occurs.
   125      * @throws    CRLException if an encoding error occurs.
   126      */
   126      */
   127     public abstract byte[] getEncoded() throws CRLException;
   127     public abstract byte[] getEncoded() throws CRLException;
   128 
   128 
   129     /**
   129     /**
   130      * Gets the serial number from this X509CRLEntry,
   130      * Gets the serial number from this X509CRLEntry,