Класс Certificate.CertificateRep
- java.lang.Object
-
- java.security.cert.Certificate.CertificateRep
- Все реализованные интерфейсы:
- Serializable
- Вложенный класс:
- Certificate
protected static class Certificate.CertificateRep extends Object implements Serializable
Альтернативный класс Certificate для сериализации.
- С:
- 1.3
- См. также:
- Сериализованная форма
Конструкторы
| Модификатор | Конструктор и описание |
|---|---|
protected |
CertificateRep(String type,
byte[] data) Создает альтернативный класс Certificate с типом Certificate и байтами кодирования Certificate. |
Методы
| Модификатор и тип | Метод и описание |
|---|---|
protected Object |
readResolve() Разрешает объект Certificate. |
Методы, унаследованные от класса java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Конструкторы
CertificateRep
protected CertificateRep(String type,
byte[] data)
Создает альтернативный класс Certificate с типом Certificate и байтами кодирования Certificate.
- Параметры:
-
type- стандартное имя типа Certificate. -
data- данные Certificate.
Методы
readResolve
protected Object readResolve()
throws ObjectStreamException
Разрешает объект Certificate.
- Возвращает:
- разрешенный объект Certificate
- Исключения:
-
ObjectStreamException- если объект Certificate не удалось разрешить
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.